Search Results for

    Show / Hide Table of Contents

    Class TransportCCPacketStatusChunk

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

    Inheritance
    System.Object
    TransportCCPacketStatusChunk
    TransportCCRunLengthChunk
    TransportCCStatusVectorChunk
    Inherited Members
    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 abstract class TransportCCPacketStatusChunk

    Constructors

    TransportCCPacketStatusChunk(Boolean)

    Initializes a new instance of the TransportCCPacketStatusChunk class.

    Declaration
    protected TransportCCPacketStatusChunk(bool type)
    Parameters
    Type Name Description
    System.Boolean type

    The type.

    TransportCCPacketStatusChunk(Boolean, DataBuffer)

    Initializes a new instance of the TransportCCPacketStatusChunk class.

    Declaration
    protected TransportCCPacketStatusChunk(bool type, DataBuffer dataBuffer)
    Parameters
    Type Name Description
    System.Boolean type

    The type.

    DataBuffer dataBuffer

    The data buffer.

    Properties

    DataBuffer

    Gets the data buffer.

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

    Type

    Gets the type. A value of true indicates that this is a status vector chunk. A value of false indicates that this is a run length chunk.

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