Class TransportCCRunLengthChunk
An RTCP transport-wide congestion control (transport-cc) run length chunk.
Inherited Members
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 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 |