Class AfbControlFrame
An Application Layer Feedback control (RFC 4585).
Inheritance
System.Object
AfbControlFrame
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class AfbControlFrame : PayloadSpecificControlFrame
Constructors
AfbControlFrame(DataBuffer)
Initializes a new instance of the Afb
Declaration
public AfbControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
Data |
buffer |
AfbControlFrame(Int64, Int64)
Initializes a new instance of the Afb
Declaration
public AfbControlFrame(long senderSyncronizationSource, long mediaSynchronizationSource)
Parameters
Type | Name | Description |
---|---|---|
System. |
senderSyncronizationSource | The sender syncronization source. |
System. |
mediaSynchronizationSource | The media synchronization source. |
AfbControlFrame(Int64, Int64, DataBuffer)
Initializes a new instance of the Afb
Declaration
public AfbControlFrame(long senderSyncronizationSource, long mediaSynchronizationSource, DataBuffer feedbackControlInformation)
Parameters
Type | Name | Description |
---|---|---|
System. |
senderSyncronizationSource | The sender syncronization source. |
System. |
mediaSynchronizationSource | The media synchronization source. |
Data |
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. |