Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for an ICE candidate. More...
#include <rtp_engine.h>
Data Fields | |
struct ast_sockaddr | address |
char * | foundation |
enum ast_rtp_ice_component_type | id |
int | priority |
struct ast_sockaddr | relay_address |
char * | transport |
enum ast_rtp_ice_candidate_type | type |
Structure for an ICE candidate.
Definition at line 474 of file rtp_engine.h.
struct ast_sockaddr address |
Address of the candidate
Definition at line 479 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), ice_candidate_cmp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), process_ice_attributes(), process_sdp_a_ice(), and rtp_add_candidates_to_ice().
char* foundation |
Foundation identifier
Definition at line 475 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_candidate_destroy(), ast_rtp_ice_start(), ice_candidate_cmp(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), process_ice_attributes(), and process_sdp_a_ice().
enum ast_rtp_ice_component_type id |
Component identifier
Definition at line 476 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), ice_candidate_cmp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), Model::load(), process_ice_attributes(), and process_sdp_a_ice().
int priority |
Priority which is used if multiple candidates can be used
Definition at line 478 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), process_ice_attributes(), and process_sdp_a_ice().
struct ast_sockaddr relay_address |
Relay address for the candidate
Definition at line 480 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), process_ice_attributes(), and process_sdp_a_ice().
char* transport |
Transport for the media
Definition at line 477 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_candidate_destroy(), jingle_interpret_ice_udp_transport(), process_ice_attributes(), and process_sdp_a_ice().
enum ast_rtp_ice_candidate_type type |
Type of candidate
Definition at line 481 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), ice_candidate_cmp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), Property::load(), process_ice_attributes(), and process_sdp_a_ice().