Search Results for

    Show / Hide Table of Contents

    Class TransportCCStatusVectorChunk

    An RTCP transport-wide congestion control (transport-cc) status vector chunk.

    Inheritance
    System.Object
    TransportCCPacketStatusChunk
    TransportCCStatusVectorChunk
    Inherited Members
    TransportCCPacketStatusChunk.DataBuffer
    TransportCCPacketStatusChunk.Type
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class TransportCCStatusVectorChunk : TransportCCPacketStatusChunk

    Constructors

    TransportCCStatusVectorChunk(DataBuffer)

    Initializes a new instance of the TransportCCStatusVectorChunk class.

    Declaration
    public TransportCCStatusVectorChunk(DataBuffer dataBuffer)
    Parameters
    Type Name Description
    DataBuffer dataBuffer

    The data buffer.

    TransportCCStatusVectorChunk(Boolean, TransportCCPacketStatusSymbol[])

    Initializes a new instance of the TransportCCStatusVectorChunk class.

    Declaration
    public TransportCCStatusVectorChunk(bool symbolSize, TransportCCPacketStatusSymbol[] symbols)
    Parameters
    Type Name Description
    System.Boolean symbolSize

    The symbol size.

    TransportCCPacketStatusSymbol[] symbols

    The symbols.

    Properties

    RegisteredType

    Gets the type.

    Declaration
    public static bool RegisteredType { get; }
    Property Value
    Type Description
    System.Boolean

    SymbolCount

    Gets the symbol count.

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

    SymbolList

    Gets the symbol list.

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

    Symbols

    Gets or sets the symbols.

    Declaration
    public TransportCCPacketStatusSymbol[] Symbols { get; }
    Property Value
    Type Description
    TransportCCPacketStatusSymbol[]

    SymbolSize

    Gets the symbol size. A value of true indicates 2 bits per symbol. A value of false indicates 1 bit per symbol.

    Declaration
    public bool SymbolSize { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.17.0