Search Results for

    Show / Hide Table of Contents

    Class SdesControlFrame

    An RTCP SDES packet.

    Inheritance
    System.Object
    Serializable
    Dynamic
    MediaControlFrame
    SdesControlFrame
    Inherited Members
    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 SdesControlFrame : MediaControlFrame

    Constructors

    SdesControlFrame()

    Initializes a new instance of the SdesControlFrame class.

    Declaration
    public SdesControlFrame()

    SdesControlFrame(DataBuffer)

    Initializes a new instance of the SdesControlFrame class.

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

    The buffer.

    SdesControlFrame(SdesChunk)

    Initializes a new instance of the SdesControlFrame class.

    Declaration
    public SdesControlFrame(SdesChunk chunk)
    Parameters
    Type Name Description
    SdesChunk chunk

    The chunk.

    SdesControlFrame(SdesChunk[])

    Initializes a new instance of the SdesControlFrame class.

    Declaration
    public SdesControlFrame(SdesChunk[] chunks)
    Parameters
    Type Name Description
    SdesChunk[] chunks

    The chunks.

    Properties

    Chunks

    Gets or sets the source description chunks.

    Declaration
    public SdesChunk[] Chunks { get; }
    Property Value
    Type Description
    SdesChunk[]

    FixedPayloadHeaderLength

    Gets the length of the fixed payload header.

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

    RegisteredPayloadType

    Gets the session description payload type.

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

    SourceCount

    Gets the source count.

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