Class AfbControlFrame
An Application Layer Feedback control (RFC 4585).
Inheritance
System.Object
AfbControlFrame
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 class AfbControlFrame : PayloadSpecificControlFrame
Constructors
AfbControlFrame(DataBuffer)
Initializes a new instance of the AfbControlFrame class.
The backing data buffer.Declaration
public AfbControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer |
AfbControlFrame(Int64, Int64)
Initializes a new instance of the AfbControlFrame class.
Declaration
public AfbControlFrame(long senderSyncronizationSource, long mediaSynchronizationSource)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | senderSyncronizationSource | The sender syncronization source. |
System.Int64 | mediaSynchronizationSource | The media synchronization source. |
AfbControlFrame(Int64, Int64, DataBuffer)
Initializes a new instance of the AfbControlFrame class.
Declaration
public AfbControlFrame(long senderSyncronizationSource, long mediaSynchronizationSource, DataBuffer feedbackControlInformation)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | senderSyncronizationSource | The sender syncronization source. |
System.Int64 | mediaSynchronizationSource | The media synchronization source. |
DataBuffer | feedbackControlInformation | The feedback control information. |
Properties
RegisteredFeedbackMessageType
Gets the type of the registered feedback message.
Declaration
public static int RegisteredFeedbackMessageType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |