Asterisk - The Open Source Telephony Project
21.4.1
|
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 525 of file rtp_engine.h.
struct ast_sockaddr address |
Address of the candidate
Definition at line 530 of file rtp_engine.h.
Referenced by add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), process_ice_attributes(), and rtp_add_candidates_to_ice().
char* foundation |
Foundation identifier
Definition at line 526 of file rtp_engine.h.
Referenced by add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_candidate_destroy(), ast_rtp_ice_start(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().
enum ast_rtp_ice_component_type id |
Component identifier
Definition at line 527 of file rtp_engine.h.
Referenced by add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().
int priority |
Priority which is used if multiple candidates can be used
Definition at line 529 of file rtp_engine.h.
Referenced by 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(), and process_ice_attributes().
struct ast_sockaddr relay_address |
Relay address for the candidate
Definition at line 531 of file rtp_engine.h.
Referenced by add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), and process_ice_attributes().
char* transport |
Transport for the media
Definition at line 528 of file rtp_engine.h.
Referenced by 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(), and process_ice_attributes().
enum ast_rtp_ice_candidate_type type |
Type of candidate
Definition at line 532 of file rtp_engine.h.
Referenced by add_ice_to_stream(), ast_rtp_ice_add_cand(), ast_rtp_ice_add_remote_candidate(), ast_rtp_ice_start(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().