Class TransportCCRunLengthChunk
An RTCP transport-wide congestion control (transport-cc) run length chunk.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class TransportCCRunLengthChunk : TransportCCPacketStatusChunkConstructors
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 |