|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().
| char* foundation |
Foundation identifier
Definition at line 526 of file rtp_engine.h.
Referenced by add_ice_to_stream(), 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 Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), add_ice_to_stream(), 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(), 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(), 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(), get_media_encryption_type(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), 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(), jingle_add_google_candidates_to_transport(), jingle_add_ice_udp_candidates_to_transport(), jingle_interpret_ice_udp_transport(), and process_ice_attributes().