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 332 of file rtp_engine.h.
| struct ast_sockaddr address |
Address of the candidate
Definition at line 337 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().
| char* foundation |
Foundation identifier
Definition at line 333 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().
Component identifier
Definition at line 334 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().
| int priority |
Priority which is used if multiple candidates can be used
Definition at line 336 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().
| struct ast_sockaddr relay_address |
Relay address for the candidate
Definition at line 338 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), and process_sdp_a_ice().
| char* transport |
Transport for the media
Definition at line 335 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().
Type of candidate
Definition at line 339 of file rtp_engine.h.
Referenced by add_ice_to_sdp(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_sdp_a_ice().