mediastreamer2
2.9.1
|
#include <ice.h>
Data Fields | |
char | foundation [32] |
IceTransportAddress | taddr |
IceCandidateType | type |
uint32_t | priority |
uint16_t | componentID |
struct _IceCandidate * | base |
bool_t | is_default |
Structure representing an ICE candidate.
char _IceCandidate::foundation[32] |
Foundation of the candidate (see paragraph 3 of the RFC 5245 for more details
IceTransportAddress _IceCandidate::taddr |
Transport address of the candidate
IceCandidateType _IceCandidate::type |
Type of the candidate
uint32_t _IceCandidate::priority |
Priority of the candidate
uint16_t _IceCandidate::componentID |
component ID between 1 and 256: usually 1 for RTP component and 2 for RTCP component
struct _IceCandidate* _IceCandidate::base |
Pointer to the candidate that is the base of the current one
bool_t _IceCandidate::is_default |
Boolean value telling whether this candidate is a default candidate or not