Search Results for

    Show / Hide Table of Contents

    Class LrrControlFrame

    An RTCP layer refresh request (LRR) packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    LrrControlFrame
    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.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class LrrControlFrame : PayloadSpecificControlFrame

    Constructors

    LrrControlFrame(DataBuffer)

    Initializes a new instance of the LrrControlFrame class.

    Declaration
    public LrrControlFrame(DataBuffer buffer)
    Parameters
    Type Name Description
    DataBuffer buffer

    The buffer.

    LrrControlFrame(LrrEntry)

    Initializes a new instance of the LrrControlFrame class.

    Declaration
    public LrrControlFrame(LrrEntry entry)
    Parameters
    Type Name Description
    LrrEntry entry

    The entry.

    LrrControlFrame(LrrEntry[])

    Initializes a new instance of the LrrControlFrame class.

    Declaration
    public LrrControlFrame(LrrEntry[] entries)
    Parameters
    Type Name Description
    LrrEntry[] entries

    The entries.

    LrrControlFrame(Int32)

    Initializes a new instance of the LrrControlFrame class.

    Declaration
    public LrrControlFrame(int sequenceNumber)
    Parameters
    Type Name Description
    System.Int32 sequenceNumber

    The sequence number.

    Properties

    Entries

    Gets or sets the entries.

    Declaration
    public LrrEntry[] Entries { get; set; }
    Property Value
    Type Description
    LrrEntry[]

    Entry

    Gets or sets the entry.

    Declaration
    public LrrEntry Entry { get; set; }
    Property Value
    Type Description
    LrrEntry

    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.18.0