Public Attributes | |
OpusEncoder * | encoder |
int | frame_size_per_channel |
FM_LONG | max_encoded_data_length |
FM_BOOL | debug_mode |
alloc_callback_t | alloc_callback |
release_callback_t | release_callback |
message_sink_callback_t | error_log_callback |
message_sink_callback_t | debug_log_callback |
vpx_codec_ctx_t * | enc |
vpx_codec_enc_cfg_t * | config |
vpx_image_t * | img |
FM_INT | isVP9 |
VpxEncoderUserConfig | userConfig |
FM_LONG | frame_cnt |
FM_INT | force_key_frame |
FM_LONG | bitrate |
alloc_callback_t Encoder::alloc_callback |
FM_LONG Encoder::bitrate |
vpx_codec_enc_cfg_t* Encoder::config |
message_sink_callback_t Encoder::debug_log_callback |
FM_BOOL Encoder::debug_mode |
vpx_codec_ctx_t* Encoder::enc |
OpusEncoder* Encoder::encoder |
message_sink_callback_t Encoder::error_log_callback |
FM_INT Encoder::force_key_frame |
FM_LONG Encoder::frame_cnt |
int Encoder::frame_size_per_channel |
vpx_image_t* Encoder::img |
FM_INT Encoder::isVP9 |
FM_LONG Encoder::max_encoded_data_length |
release_callback_t Encoder::release_callback |
VpxEncoderUserConfig Encoder::userConfig |