An RTCP transport-wide congestion control (transport-cc) packet status chunk. More...
Public Member Functions | |
| fm.liveswitch.DataBuffer | getDataBuffer () |
| Gets the data buffer. More... | |
| boolean | getType () |
| Gets the type. More... | |
Protected Member Functions | |
| TransportCCPacketStatusChunk (boolean type) | |
| Initializes a new instance of the fm.liveswitch.TransportCCPacketStatusChunk class. More... | |
| TransportCCPacketStatusChunk (boolean type, fm.liveswitch.DataBuffer dataBuffer) | |
| Initializes a new instance of the fm.liveswitch.TransportCCPacketStatusChunk class. More... | |
An RTCP transport-wide congestion control (transport-cc) packet status chunk.
|
protected |
Initializes a new instance of the fm.liveswitch.TransportCCPacketStatusChunk class.
| type | The type. |
|
protected |
Initializes a new instance of the fm.liveswitch.TransportCCPacketStatusChunk class.
| type | The type. |
| dataBuffer | The data buffer. |
| fm.liveswitch.DataBuffer fm.liveswitch.TransportCCPacketStatusChunk.getDataBuffer | ( | ) |
Gets the data buffer.
| boolean fm.liveswitch.TransportCCPacketStatusChunk.getType | ( | ) |
Gets the type.
A value of
indicates that this is a status vector chunk. A value of
indicates that this is a run length chunk.