Search Results for

    Show / Hide Table of Contents

    Class FirControlFrame

    An RTCP full intra request (FIR) packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    FirControlFrame
    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 FirControlFrame : PayloadSpecificControlFrame

    Constructors

    FirControlFrame(DataBuffer)

    Initializes a new instance of the FirControlFrame class.

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

    The buffer.

    FirControlFrame(FirEntry)

    Initializes a new instance of the FirControlFrame class.

    Declaration
    public FirControlFrame(FirEntry entry)
    Parameters
    Type Name Description
    FirEntry entry

    The entry.

    FirControlFrame(FirEntry[])

    Initializes a new instance of the FirControlFrame class.

    Declaration
    public FirControlFrame(FirEntry[] entries)
    Parameters
    Type Name Description
    FirEntry[] entries

    The entries.

    FirControlFrame(Int32)

    Initializes a new instance of the FirControlFrame class.

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

    The sequence number.

    Properties

    Entries

    Gets or sets the entries.

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

    Entry

    Gets or sets the entry.

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

    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