GstWebRTC.WebRTCICECandidateStats¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
ipaddr |
r/w |
A string containing the address of the candidate. This value may be an IPv4 address, an IPv6 address, or a fully-qualified domain name |
|
port |
r/w |
The network port number used by the candidate |
|
prio |
r/w |
The candidate’s priority, corresponding to RTCIceCandidate.priority |
|
proto |
r/w |
A string specifying the protocol (tcp or udp) used to transmit data on the port |
|
relay_proto |
r/w |
||
stream_id |
r/w |
A string that uniquely identifies the object that is being monitored to produce this set of statistics |
|
type |
r/w |
The candidate type |
|
url |
r/w |
For local candidates, the url property is the URL of the ICE server from which the candidate was received |
Methods¶
|
|
|
Details¶
- class GstWebRTC.WebRTCICECandidateStats¶
New in version 1.22.
- copy()¶
- Returns:
A copy of self
- Return type:
New in version 1.22.
- free()¶
Helper function to free
GstWebRTC.WebRTCICECandidateStatsNew in version 1.22.