FreeSWITCH API Documentation
1.7.0
|
#include <switch_module_interfaces.h>
Data Fields | |
int | samplerate |
int | channels |
int | keyint |
int | ab |
int | vb |
int | vw |
int | vh |
float | fps |
float | source_fps |
int | vbuf |
switch_video_profile_t | vprofile |
switch_video_encode_speed_t | vencspd |
uint8_t | try_hardware_encoder |
Definition at line 316 of file switch_module_interfaces.h.
int switch_mm_s::ab |
Definition at line 320 of file switch_module_interfaces.h.
int switch_mm_s::channels |
Definition at line 318 of file switch_module_interfaces.h.
float switch_mm_s::fps |
Definition at line 324 of file switch_module_interfaces.h.
Referenced by video_helper_thread().
int switch_mm_s::keyint |
Definition at line 319 of file switch_module_interfaces.h.
int switch_mm_s::samplerate |
Definition at line 317 of file switch_module_interfaces.h.
float switch_mm_s::source_fps |
Definition at line 325 of file switch_module_interfaces.h.
Referenced by video_write_thread().
uint8_t switch_mm_s::try_hardware_encoder |
Definition at line 329 of file switch_module_interfaces.h.
int switch_mm_s::vb |
Definition at line 321 of file switch_module_interfaces.h.
int switch_mm_s::vbuf |
Definition at line 326 of file switch_module_interfaces.h.
switch_video_encode_speed_t switch_mm_s::vencspd |
Definition at line 328 of file switch_module_interfaces.h.
int switch_mm_s::vh |
Definition at line 323 of file switch_module_interfaces.h.
switch_video_profile_t switch_mm_s::vprofile |
Definition at line 327 of file switch_module_interfaces.h.
int switch_mm_s::vw |
Definition at line 322 of file switch_module_interfaces.h.