Search Results for

    Show / Hide Table of Contents

    Class PayloadSpecificControlFrame

    An RTCP Feedback PS packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    AfbControlFrame
    FirControlFrame
    LrrControlFrame
    PliControlFrame
    RembControlFrame
    RpsiControlFrame
    SliControlFrame
    Inherited Members
    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
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0