|
RTS API Documentation
1.10.11
|
#include <switch_rtp.h>
Collaboration diagram for icand_s: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 |
| uint8_t | responsive |
| uint8_t | use_candidate |
Definition at line 94 of file switch_rtp.h.
| char* icand_s::cand_type |
Definition at line 101 of file switch_rtp.h.
Referenced by check_ice(), and handle_ice().
| int icand_s::component_id |
Definition at line 96 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 99 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 100 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 95 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().
| char* icand_s::generation |
Definition at line 104 of file switch_rtp.h.
Referenced by check_ice(), and gen_ice().
| uint32_t icand_s::priority |
Definition at line 98 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), handle_ice(), and ice_out().
| char* icand_s::raddr |
Definition at line 102 of file switch_rtp.h.
Referenced by check_ice().
| uint8_t icand_s::ready |
Definition at line 105 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().
| uint8_t icand_s::responsive |
Definition at line 106 of file switch_rtp.h.
Referenced by handle_ice().
| switch_port_t icand_s::rport |
Definition at line 103 of file switch_rtp.h.
Referenced by check_ice().
| char* icand_s::transport |
Definition at line 97 of file switch_rtp.h.
Referenced by check_ice(), gen_ice(), generate_m(), and switch_core_media_gen_local_sdp().
| uint8_t icand_s::use_candidate |
Definition at line 107 of file switch_rtp.h.
Referenced by handle_ice().
1.8.13