Class PayloadSpecificControlFrame
An RTCP Feedback PS packet.
Inheritance
System.Object
PayloadSpecificControlFrame
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class PayloadSpecificControlFrame : FeedbackControlFrame
Constructors
PayloadSpecificControlFrame(Int32)
Initializes a new instance of the Payload
Declaration
public PayloadSpecificControlFrame(int feedbackMessageType)
Parameters
Type | Name | Description |
---|---|---|
System. |
feedbackMessageType | The feedback message type. |
PayloadSpecificControlFrame(Int32, DataBuffer)
Initializes a new instance of the Payload
Declaration
public PayloadSpecificControlFrame(int feedbackMessageType, DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
System. |
feedbackMessageType | The feedback message type. |
Data |
buffer | The backing data buffer. |
PayloadSpecificControlFrame(Int32, Int64, Int64)
Initializes a new instance of the Feedback
Declaration
public PayloadSpecificControlFrame(int feedbackMessageType, long senderSynchronizationSource, long mediaSynchronizationSource)
Parameters
Type | Name | Description |
---|---|---|
System. |
feedbackMessageType | Type of the feedback message. |
System. |
senderSynchronizationSource | The sender synchronization source. |
System. |
mediaSynchronizationSource | The media synchronization source. |
PayloadSpecificControlFrame(Int32, Int64, Int64, DataBuffer)
Initializes a new instance of the Feedback
Declaration
public PayloadSpecificControlFrame(int feedbackMessageType, long senderSynchronizationSource, long mediaSynchronizationSource, DataBuffer feedbackControlInformation)
Parameters
Type | Name | Description |
---|---|---|
System. |
feedbackMessageType | Type of the feedback message. |
System. |
senderSynchronizationSource | The sender synchronization source. |
System. |
mediaSynchronizationSource | The media synchronization source. |
Data |
feedbackControlInformation | The feedback control information. |
Properties
RegisteredPayloadType
Gets the payload-specific payload type.
Declaration
public static int RegisteredPayloadType { get; }
Property Value
Type | Description |
---|---|
System. |