Top |
gchar * | address | Read / Write |
gchar * | base-address | Read / Write |
guint | base-port | Read / Write |
OwrComponentTypes | component-type | Read / Write / Construct Only |
gchar * | foundation | Read / Write |
gchar * | password | Read / Write |
guint | port | Read / Write |
guint | priority | Read / Write |
OwrTransportTypes | transport-type | Read / Write |
OwrCandidateTypes | type | Read / Write / Construct Only |
gchar * | ufrag | Read / Write |
A remote or local ICE connection candidate. If ICE is not used a candidate can be forced (see OwrMediaSession).
OwrCandidate * owr_candidate_new (OwrCandidateType type
,OwrComponentType component_type
);
Creates a new OwrCandidate
“address”
property“address” gchar *
The address of the candidate.
Flags: Read / Write
Default value: ""
“base-address”
property“base-address” gchar *
The base address of the candidate.
Flags: Read / Write
Default value: ""
“base-port”
property“base-port” guint
The candidate base port.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
“component-type”
property “component-type” OwrComponentTypes
The stream component type (RTP/RTCP).
Flags: Read / Write / Construct Only
Default value: RTP
“foundation”
property“foundation” gchar *
The foundation of the candidate.
Flags: Read / Write
Default value: ""
“password”
property“password” gchar *
The password to use with this candidate.
Flags: Read / Write
Default value: ""
“port”
property“port” guint
The candidate port.
Flags: Read / Write
Allowed values: <= 65535
Default value: 0
“priority”
property“priority” guint
The candidate priority.
Flags: Read / Write
Default value: 0
“transport-type”
property “transport-type” OwrTransportTypes
The transport type (UDP or TCP (active/passive/simultaneous open)).
Flags: Read / Write
Default value: UDP
“type”
property “type” OwrCandidateTypes
The type of candidate.
Flags: Read / Write / Construct Only
Default value: Host
“ufrag”
property“ufrag” gchar *
The username fragment to use with this candidate.
Flags: Read / Write
Default value: ""