H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Public Attributes | List of all members
esp_h264_enc_param_if Struct Reference

The H.264 encoder parameter interface. More...

#include <esp_h264_enc_param.h>

Public Attributes

esp_h264_err_t(* get_res )(esp_h264_enc_param_handle_t handle, esp_h264_resolution_t *res)
 
esp_h264_err_t(* set_fps )(esp_h264_enc_param_handle_t handle, uint8_t fps)
 
esp_h264_err_t(* get_fps )(esp_h264_enc_param_handle_t handle, uint8_t *fps)
 
esp_h264_err_t(* set_gop )(esp_h264_enc_param_handle_t handle, uint8_t gop)
 
esp_h264_err_t(* get_gop )(esp_h264_enc_param_handle_t handle, uint8_t *gop)
 
esp_h264_err_t(* set_bitrate )(esp_h264_enc_param_handle_t handle, uint32_t bitrate)
 
esp_h264_err_t(* get_bitrate )(esp_h264_enc_param_handle_t handle, uint32_t *bitrate)
 

Detailed Description

The H.264 encoder parameter interface.

Member Data Documentation

◆ get_bitrate

esp_h264_err_t(* get_bitrate) (esp_h264_enc_param_handle_t handle, uint32_t *bitrate)

◆ get_fps

esp_h264_err_t(* get_fps) (esp_h264_enc_param_handle_t handle, uint8_t *fps)

◆ get_gop

esp_h264_err_t(* get_gop) (esp_h264_enc_param_handle_t handle, uint8_t *gop)

◆ get_res

◆ set_bitrate

esp_h264_err_t(* set_bitrate) (esp_h264_enc_param_handle_t handle, uint32_t bitrate)

◆ set_fps

esp_h264_err_t(* set_fps) (esp_h264_enc_param_handle_t handle, uint8_t fps)

◆ set_gop

esp_h264_err_t(* set_gop) (esp_h264_enc_param_handle_t handle, uint8_t gop)

The documentation for this struct was generated from the following file: