Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_rtp_engine_ice_candidate Struct Reference

Structure for an ICE candidate. More...

#include <rtp_engine.h>

Collaboration diagram for ast_rtp_engine_ice_candidate:

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

Detailed Description

Structure for an ICE candidate.

Definition at line 332 of file rtp_engine.h.


Field Documentation

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().

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().


The documentation for this struct was generated from the following file: