FreeSWITCH API Documentation
1.7.0
|
#include <switch_rtp.h>
Data Fields | |
char * | foundation |
int | component_id |
char * | transport |
uint32_t | priority |
char * | con_addr |
switch_port_t | con_port |
char * | cand_type |
char * | raddr |
switch_port_t | rport |
char * | generation |
uint8_t | ready |
Definition at line 88 of file switch_rtp.h.
char* icand_s::cand_type |
Definition at line 95 of file switch_rtp.h.
Referenced by check_ice(), and handle_ice().
int icand_s::component_id |
Definition at line 90 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().
char* icand_s::con_addr |
Definition at line 93 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), handle_ice(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
switch_port_t icand_s::con_port |
Definition at line 94 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), handle_ice(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
char* icand_s::foundation |
Definition at line 89 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().
char* icand_s::generation |
Definition at line 98 of file switch_rtp.h.
Referenced by check_ice(), and gen_ice().
uint32_t icand_s::priority |
Definition at line 92 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), handle_ice(), and ice_out().
char* icand_s::raddr |
Definition at line 96 of file switch_rtp.h.
Referenced by check_ice().
uint8_t icand_s::ready |
Definition at line 99 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().
switch_port_t icand_s::rport |
Definition at line 97 of file switch_rtp.h.
Referenced by check_ice().
char* icand_s::transport |
Definition at line 91 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), and switch_core_media_gen_local_sdp().