|
H.264 Codec for ESP32-S3
|
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) |
The H.264 encoder parameter interface.
| esp_h264_err_t(* get_bitrate) (esp_h264_enc_param_handle_t handle, uint32_t *bitrate) |
| esp_h264_err_t(* get_fps) (esp_h264_enc_param_handle_t handle, uint8_t *fps) |
| esp_h264_err_t(* get_gop) (esp_h264_enc_param_handle_t handle, uint8_t *gop) |
| esp_h264_err_t(* get_res) (esp_h264_enc_param_handle_t handle, esp_h264_resolution_t *res) |
| esp_h264_err_t(* set_bitrate) (esp_h264_enc_param_handle_t handle, uint32_t bitrate) |
| esp_h264_err_t(* set_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) |