Search Results for

    Show / Hide Table of Contents

    Class AfbControlFrame

    An Application Layer Feedback control (RFC 4585).

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    AfbControlFrame
    Inherited Members
    PayloadSpecificControlFrame.RegisteredPayloadType
    FeedbackControlFrame.FixedPayloadHeaderLength
    FeedbackControlFrame.FeedbackMessageType
    FeedbackControlFrame.PacketSenderSynchronizationSource
    FeedbackControlFrame.MediaSourceSynchronizationSource
    FeedbackControlFrame.FeedbackControlInformationOffset
    FeedbackControlFrame.FeedbackControlInformation
    MediaControlFrame.StreamId
    MediaControlFrame.FixedHeaderLength
    MediaControlFrame.DataBuffer
    MediaControlFrame.Version
    MediaControlFrame.Byte1Last5Bits
    MediaControlFrame.PayloadType
    MediaControlFrame.Payload
    MediaControlFrame.PayloadLengthWithPadding
    MediaControlFrame.Parse(DataBuffer)
    MediaControlFrame.AddControlFrame(MediaControlFrame[], MediaControlFrame, Int32)
    MediaControlFrame.AddControlFrames(MediaControlFrame[], MediaControlFrame[], Int32)
    MediaControlFrame.RemoveControlFrame(MediaControlFrame[], Int32)
    Dynamic.DynamicProperties
    Dynamic.GetDynamicValue(String)
    Dynamic.SetDynamicValue(String, Object)
    Dynamic.UnsetDynamicValue(String)
    Serializable.IsDirty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0