GstWebRTC.WebRTCRTPSender¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
The priority from which to set the DSCP field on packets |
||
r |
The DTLS transport for this sender |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstWebRTC.WebRTCRTPSender(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An object to track the sending aspect of the stream
Mostly matches the WebRTC RTCRtpSender interface.
- set_priority(priority)¶
- Parameters:
priority (
GstWebRTC.WebRTCPriorityType) – The priority of this sender
Sets the content of the IPv4 Type of Service (ToS), also known as DSCP (Differentiated Services Code Point). This also sets the Traffic Class field of IPv6.
Added in version 1.20.
Property Details¶
- GstWebRTC.WebRTCRTPSender.props.priority¶
- Name:
priority- Type:
- Default Value:
- Flags:
The priority from which to set the DSCP field on packets
Added in version 1.20.
- GstWebRTC.WebRTCRTPSender.props.transport¶
- Name:
transport- Type:
- Default Value:
- Flags:
The DTLS transport for this sender
Added in version 1.20.