FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
switch_core_session_t * | session |
switch_thread_cond_t * | cond |
switch_mutex_t * | cond_mutex |
switch_mutex_t * | file_read_mutex |
switch_mutex_t * | file_write_mutex |
int | up |
Definition at line 80 of file switch_core_media.c.
switch_thread_cond_t* media_helper::cond |
Definition at line 82 of file switch_core_media.c.
Referenced by switch_core_session_start_video_thread(), switch_core_session_wake_video_thread(), and video_helper_thread().
switch_mutex_t* media_helper::cond_mutex |
Definition at line 83 of file switch_core_media.c.
Referenced by switch_core_session_start_video_thread(), switch_core_session_wake_video_thread(), and video_helper_thread().
switch_mutex_t* media_helper::file_read_mutex |
Definition at line 84 of file switch_core_media.c.
Referenced by switch_core_media_get_video_file(), switch_core_media_lock_video_file(), switch_core_media_set_video_file(), switch_core_media_unlock_video_file(), switch_core_session_start_video_thread(), and video_helper_thread().
switch_mutex_t* media_helper::file_write_mutex |
Definition at line 85 of file switch_core_media.c.
Referenced by switch_core_media_get_video_file(), switch_core_media_lock_video_file(), switch_core_media_set_video_file(), switch_core_media_unlock_video_file(), switch_core_session_start_video_thread(), and video_write_thread().
switch_core_session_t* media_helper::session |
Definition at line 81 of file switch_core_media.c.
Referenced by switch_core_session_start_video_thread(), and video_helper_thread().
int media_helper::up |
Definition at line 86 of file switch_core_media.c.
Referenced by switch_core_media_deactivate_rtp(), and video_helper_thread().