Allocates a new #FsCandidate, the rest of the fields can be optionally filled manually. See also fs_candidate_new_full()
The foundation of the candidate
The component this candidate is for
The type of candidate
The protocol this component is for
The IP address of this component (can be NULL for local candidate to mean any address)
the UDP/TCP port
IP of base in dotted format as defined in ICE-19.
Port of base as defined in ICE-19.
value between 1 and 256 indicating which component this candidate represents (1 is RTP, 2 is RTCP, #FsComponentType can be used here)
a string representing the foundation of this candidate (maximum 32 chars)
IP in dotted format
Username to use to connect to client if necessary, NULL otherwise
Port to use
Value between 0 and (2^31 - 1) representing the priority
#FsNetworkProtocol for ip protocol to use as candidate
The TTL used when sending Multicast packet (0 = auto)
The #FsCandidateType of the candidate
Username to use to connect to client if necessary, NULL otherwise
Allocates a new #FsCandidate, the rest of the fields can be optionally filled manually. See also fs_candidate_new_full()
The foundation of the candidate
The component this candidate is for
The type of candidate
The protocol this component is for
The IP address of this component (can be NULL for local candidate to mean any address)
the UDP/TCP port
Allocates a new #FsCandidate, filling all the fields. See also fs_candidate_new()
The foundation of the candidate
The component this candidate is for
The IP address of this component (can be NULL for local candidate to mean any address)
the UDP/TCP port
IP of base in dotted format as defined in ICE-19.
Port of base as defined in ICE-19.
The protocol this component is for
Value between 0 and (2^31 - 1) representing the priority
The type of candidate
Username to use to connect to client if necessary, NULL otherwise
Username to use to connect to client if necessary, NULL otherwise
The TTL used when sending Multicast packet (0 = auto)
Struct to hold information about ICE-19 compliant candidates