Search Results for

    Show / Hide Table of Contents

    Class SdesItem

    An RTCP source description item.

    Inheritance
    System.Object
    SdesItem
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class SdesItem : object

    Constructors

    SdesItem(DataBuffer)

    Initializes a new instance of the SdesItem class.

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

    The buffer.

    SdesItem(Int32, String)

    Initializes a new instance of the SdesItem class.

    Declaration
    public SdesItem(int type, string text)
    Parameters
    Type Name Description
    System.Int32 type

    The type.

    System.String text

    The text.

    Properties

    DataBuffer

    Gets the data buffer.

    Declaration
    public DataBuffer DataBuffer { get; }
    Property Value
    Type Description
    DataBuffer

    FixedPayloadHeaderLength

    Gets the fixed payload header length.

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

    Length

    Gets the length.

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

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    Type

    Gets or sets the type.

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