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