GstWebRTC.WebRTCICECandidate¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
candidate |
r/w |
String carrying the candidate-attribute as defined in section 15.1 of RFC5245 |
|
component |
r/w |
The assigned network component of the candidate (1 for RTP 2 for RTCP). |
|
sdp_mid |
r/w |
The media stream “identification-tag” defined in [RFC5888] for the media component this candidate is associated with. |
|
sdp_mline_index |
r/w |
The index (starting at zero) of the media description in the SDP this candidate is associated with. |
|
stats |
r/w |
The |
Methods¶
|
|
|
Details¶
- class GstWebRTC.WebRTCICECandidate¶
New in version 1.28.
- copy()¶
- Returns:
A copy of self
- Return type:
New in version 1.28.
- free()¶
Helper function to free
GstWebRTC.WebRTCICECandidateNew in version 1.28.