RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
int | samplerate |
int | channels |
int | keyint |
int | ab |
int | vb |
int | vw |
int | vh |
int | cbr |
float | fps |
float | source_fps |
int | source_kps |
int | vbuf |
switch_video_profile_t | vprofile |
switch_video_encode_speed_t | vencspd |
uint8_t | try_hardware_encoder |
int | scale_w |
int | scale_h |
switch_img_fmt_t | fmt |
char * | auth_username |
char * | auth_password |
Definition at line 2808 of file switch_types.h.
int switch_mm_s::ab |
Definition at line 2812 of file switch_types.h.
Referenced by switch_core_perform_file_open().
char* switch_mm_s::auth_password |
Definition at line 2828 of file switch_types.h.
Referenced by switch_core_perform_file_open().
char* switch_mm_s::auth_username |
Definition at line 2827 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::cbr |
Definition at line 2816 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::channels |
Definition at line 2810 of file switch_types.h.
Referenced by switch_core_perform_file_open().
switch_img_fmt_t switch_mm_s::fmt |
Definition at line 2826 of file switch_types.h.
float switch_mm_s::fps |
Definition at line 2817 of file switch_types.h.
Referenced by switch_core_perform_file_open(), switch_ivr_record_file_event(), video_bug_thread(), video_helper_thread(), and video_write_thread().
int switch_mm_s::keyint |
Definition at line 2811 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::samplerate |
Definition at line 2809 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::scale_h |
Definition at line 2825 of file switch_types.h.
int switch_mm_s::scale_w |
Definition at line 2824 of file switch_types.h.
float switch_mm_s::source_fps |
Definition at line 2818 of file switch_types.h.
Referenced by video_write_thread().
int switch_mm_s::source_kps |
Definition at line 2819 of file switch_types.h.
Referenced by video_write_thread().
uint8_t switch_mm_s::try_hardware_encoder |
Definition at line 2823 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::vb |
Definition at line 2813 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::vbuf |
Definition at line 2820 of file switch_types.h.
Referenced by switch_core_perform_file_open().
switch_video_encode_speed_t switch_mm_s::vencspd |
Definition at line 2822 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::vh |
Definition at line 2815 of file switch_types.h.
Referenced by switch_core_perform_file_open(), switch_ivr_record_file_event(), and video_bug_thread().
switch_video_profile_t switch_mm_s::vprofile |
Definition at line 2821 of file switch_types.h.
Referenced by switch_core_perform_file_open().
int switch_mm_s::vw |
Definition at line 2814 of file switch_types.h.
Referenced by switch_core_perform_file_open(), switch_ivr_record_file_event(), and video_bug_thread().