Search Results for

    Show / Hide Table of Contents

    Class RtpControlFrame

    An RTCP Feedback RTP control frame.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    RtpControlFrame
    GenericNackControlFrame
    TmmbnControlFrame
    TmmbrControlFrame
    TransportCCControlFrame
    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
    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 abstract class RtpControlFrame : FeedbackControlFrame

    Constructors

    RtpControlFrame(Int32)

    Initializes a new instance of the RtpControlFrame class.

    Declaration
    public RtpControlFrame(int feedbackMessageType)
    Parameters
    Type Name Description
    System.Int32 feedbackMessageType

    The feedback message type.

    RtpControlFrame(Int32, DataBuffer)

    Initializes a new instance of the RtpControlFrame class.

    Declaration
    public RtpControlFrame(int feedbackMessageType, DataBuffer buffer)
    Parameters
    Type Name Description
    System.Int32 feedbackMessageType

    The feedback message type.

    DataBuffer buffer

    The backing data buffer.

    RtpControlFrame(Int32, Int32, Int64, Int64)

    Initializes a new instance of the RtpControlFrame class.

    Declaration
    public RtpControlFrame(int feedbackMessageType, int payloadType, long senderSynchronizationSource, long mediaSynchronizationSource)
    Parameters
    Type Name Description
    System.Int32 feedbackMessageType

    Type of the feedback message.

    System.Int32 payloadType

    Type of the payload.

    System.Int64 senderSynchronizationSource

    The sender synchronization source.

    System.Int64 mediaSynchronizationSource

    The media synchronization source.

    RtpControlFrame(Int32, Int32, Int64, Int64, DataBuffer)

    Initializes a new instance of the RtpControlFrame class.

    Declaration
    public RtpControlFrame(int feedbackMessageType, int payloadType, long senderSynchronizationSource, long mediaSynchronizationSource, DataBuffer feedbackControlInformation)
    Parameters
    Type Name Description
    System.Int32 feedbackMessageType

    Type of the feedback message.

    System.Int32 payloadType

    Type of the payload.

    System.Int64 senderSynchronizationSource

    The sender synchronization source.

    System.Int64 mediaSynchronizationSource

    The media synchronization source.

    DataBuffer feedbackControlInformation

    The feedback control information.

    Properties

    RegisteredPayloadType

    Gets the RTP 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.17.0