FreeSWITCH API Documentation
1.7.0
|
#include <switch_types.h>
Data Fields | |
uint32_t | width |
uint32_t | height |
uint32_t | fps |
Definition at line 1516 of file switch_types.h.
uint32_t switch_vid_params_s::fps |
Definition at line 1519 of file switch_types.h.
Referenced by switch_core_media_get_video_fps(), switch_core_session_wait_for_video_input_params(), switch_ivr_record_file(), and video_helper_thread().
uint32_t switch_vid_params_s::height |
Definition at line 1518 of file switch_types.h.
Referenced by switch_core_session_read_video_frame(), switch_core_session_wait_for_video_input_params(), switch_core_session_write_video_frame(), and switch_ivr_record_file().
uint32_t switch_vid_params_s::width |
Definition at line 1517 of file switch_types.h.
Referenced by switch_core_session_read_video_frame(), switch_core_session_wait_for_video_input_params(), switch_core_session_write_video_frame(), and switch_ivr_record_file().