Search Results for

    Show / Hide Table of Contents

    Class TransportCCRunLengthChunk

    An RTCP transport-wide congestion control (transport-cc) run length chunk.

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

    Constructors

    TransportCCRunLengthChunk(DataBuffer)

    Initializes a new instance of the TransportCCRunLengthChunk class.

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

    The data buffer.

    TransportCCRunLengthChunk(TransportCCPacketStatusSymbol, Int32)

    Initializes a new instance of the TransportCCRunLengthChunk class.

    Declaration
    public TransportCCRunLengthChunk(TransportCCPacketStatusSymbol symbol, int runLength)
    Parameters
    Type Name Description
    TransportCCPacketStatusSymbol symbol

    The symbol.

    System.Int32 runLength

    The run length.

    Properties

    RegisteredType

    Gets the type.

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

    RunLength

    Gets the run length.

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

    Symbol

    Gets the symbol.

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