RTS API Documentation
1.10.11
|
#include <switch_rtp.h>
Data Fields | |
icand_t | cands [MAX_CAND][MAX_CAND_IDX_COUNT] |
int | cand_idx [MAX_CAND_IDX_COUNT] |
int | chosen [MAX_CAND_IDX_COUNT] |
int | is_chosen [MAX_CAND_IDX_COUNT] |
char * | ufrag |
char * | pwd |
char * | options |
Definition at line 112 of file switch_rtp.h.
int ice_s::cand_idx[MAX_CAND_IDX_COUNT] |
Definition at line 115 of file switch_rtp.h.
Referenced by check_ice(), clear_ice(), handle_ice(), and switch_rtp_change_ice_dest().
icand_t ice_s::cands[MAX_CAND][MAX_CAND_IDX_COUNT] |
Definition at line 114 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), handle_ice(), ice_out(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), switch_core_session_stop_media(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
int ice_s::chosen[MAX_CAND_IDX_COUNT] |
Definition at line 116 of file switch_rtp.h.
Referenced by check_ice(), clear_ice(), handle_ice(), ice_out(), switch_core_media_activate_rtp(), switch_core_session_stop_media(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
int ice_s::is_chosen[MAX_CAND_IDX_COUNT] |
Definition at line 117 of file switch_rtp.h.
Referenced by check_ice(), and clear_ice().
char* ice_s::options |
Definition at line 120 of file switch_rtp.h.
Referenced by check_ice().
char* ice_s::pwd |
Definition at line 119 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), and switch_core_session_stop_media().
char* ice_s::ufrag |
Definition at line 118 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), and switch_core_session_stop_media().