FreeSWITCH API Documentation
1.7.0
|
#include <switch_module_interfaces.h>
Data Fields | |
uint32_t | bandwidth |
int32_t | width |
int32_t | height |
uint8_t | try_hardware_encoder |
Definition at line 637 of file switch_module_interfaces.h.
uint32_t switch_video_codec_settings::bandwidth |
Definition at line 638 of file switch_module_interfaces.h.
Referenced by switch_core_session_parse_codec_settings().
int32_t switch_video_codec_settings::height |
Definition at line 640 of file switch_module_interfaces.h.
uint8_t switch_video_codec_settings::try_hardware_encoder |
Definition at line 641 of file switch_module_interfaces.h.
Referenced by switch_core_session_parse_codec_settings().
int32_t switch_video_codec_settings::width |
Definition at line 639 of file switch_module_interfaces.h.