RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
uint32_t | width |
uint32_t | height |
uint32_t | fps |
uint32_t | d_width |
uint32_t | d_height |
Definition at line 1650 of file switch_types.h.
uint32_t switch_vid_params_s::d_height |
Definition at line 1655 of file switch_types.h.
Referenced by switch_core_session_write_video_frame(), and video_write_thread().
uint32_t switch_vid_params_s::d_width |
Definition at line 1654 of file switch_types.h.
Referenced by switch_core_session_write_video_frame(), and video_write_thread().
uint32_t switch_vid_params_s::fps |
Definition at line 1653 of file switch_types.h.
Referenced by switch_core_media_get_video_fps(), switch_core_session_wait_for_video_input_params(), switch_core_session_write_blank_video(), switch_ivr_record_file_event(), and video_helper_thread().
uint32_t switch_vid_params_s::height |
Definition at line 1652 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_blank_video(), switch_core_session_write_video_frame(), and switch_ivr_record_file_event().
uint32_t switch_vid_params_s::width |
Definition at line 1651 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_blank_video(), switch_core_session_write_video_frame(), and switch_ivr_record_file_event().