GstWebRTC.WebRTCRTPTransceiver¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Caps representing the codec preferences. |
||
r |
Transceiver current direction |
||
r/w |
Transceiver direction |
||
r |
Kind of media this transceiver transports |
||
r |
The media ID of the m-line associated with this transceiver. This association is established, when possible, whenever either a local or remote description is applied. This field is null if neither a local or remote description has been applied, or if its associated m-line is rejected by either a remote offer or any answer. |
||
r/w/co |
Index in the SDP of the Media |
||
r/w/co |
The RTP receiver for this transceiver |
||
r/w/co |
The RTP sender for this transceiver |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstWebRTC.WebRTCRTPTransceiver(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Mostly matches the WebRTC RTCRtpTransceiver interface.
Property Details¶
- GstWebRTC.WebRTCRTPTransceiver.props.codec_preferences¶
-
Caps representing the codec preferences.
New in version 1.20.
- GstWebRTC.WebRTCRTPTransceiver.props.current_direction¶
- Name:
current-direction
- Type:
- Default Value:
- Flags:
The transceiver’s current directionality, or none if the transceiver is stopped or has never participated in an exchange of offers and answers. To change the transceiver’s directionality, set the value of the direction property.
New in version 1.20.
- GstWebRTC.WebRTCRTPTransceiver.props.direction¶
- Name:
direction
- Type:
- Default Value:
- Flags:
Direction of the transceiver.
New in version 1.18.
- GstWebRTC.WebRTCRTPTransceiver.props.kind¶
- Name:
kind
- Type:
- Default Value:
- Flags:
The kind of media this transceiver transports
New in version 1.20.
- GstWebRTC.WebRTCRTPTransceiver.props.mid¶
-
The media ID of the m-line associated with this transceiver. This association is established, when possible, whenever either a local or remote description is applied. This field is null if neither a local or remote description has been applied, or if its associated m-line is rejected by either a remote offer or any answer.
New in version 1.20.
- GstWebRTC.WebRTCRTPTransceiver.props.mlineindex¶
- Name:
mlineindex
- Type:
- Default Value:
0
- Flags:
Index in the SDP of the Media
- GstWebRTC.WebRTCRTPTransceiver.props.receiver¶
- Name:
receiver
- Type:
- Default Value:
- Flags:
The RTP receiver for this transceiver
- GstWebRTC.WebRTCRTPTransceiver.props.sender¶
- Name:
sender
- Type:
- Default Value:
- Flags:
The RTP sender for this transceiver