Class TransportCCPacketStatusChunk
An RTCP transport-wide congestion control (transport-cc) packet status chunk.
Inheritance
System.Object
TransportCCPacketStatusChunk
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |