Search Results for

    Show / Hide Table of Contents

    Class SliControlFrame

    An RTCP Feedback PS-SLI packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    FeedbackControlFrame
    PayloadSpecificControlFrame
    SliControlFrame
    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
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class SliControlFrame : PayloadSpecificControlFrame

    Constructors

    SliControlFrame()

    Initializes a new instance of the SliControlFrame class.

    Declaration
    public SliControlFrame()

    SliControlFrame(DataBuffer)

    Initializes a new instance of the SliControlFrame class.

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

    The buffer.

    SliControlFrame(Sli)

    Initializes a new instance of the SliControlFrame class.

    Declaration
    public SliControlFrame(Sli sli)
    Parameters
    Type Name Description
    Sli sli

    The sli.

    SliControlFrame(Sli[])

    Initializes a new instance of the SliControlFrame class.

    Declaration
    public SliControlFrame(Sli[] slis)
    Parameters
    Type Name Description
    Sli[] slis

    The slis.

    Properties

    RegisteredFedbackMessageType

    Gets the the registered fedback message type.

    Declaration
    public static int RegisteredFedbackMessageType { get; }
    Property Value
    Type Description
    System.Int32

    SliceLossIndications

    Gets the slice loss indications.

    Declaration
    public Sli[] SliceLossIndications { get; }
    Property Value
    Type Description
    Sli[]

    SliceLossIndicationsCount

    Gets the number of SLIs in the FCI field.

    Declaration
    public int SliceLossIndicationsCount { 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