An RTCP transport-wide congestion control (transport-cc) run length chunk. More...
Public Member Functions | |
| int | getRunLength () |
| Gets the run length. More... | |
| fm.liveswitch.TransportCCPacketStatusSymbol | getSymbol () |
| Gets the symbol. More... | |
| TransportCCRunLengthChunk (fm.liveswitch.DataBuffer dataBuffer) | |
| Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class. More... | |
| TransportCCRunLengthChunk (fm.liveswitch.TransportCCPacketStatusSymbol symbol, int runLength) | |
| Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class. More... | |
Public Member Functions inherited from fm.liveswitch.TransportCCPacketStatusChunk | |
| fm.liveswitch.DataBuffer | getDataBuffer () |
| Gets the data buffer. More... | |
| boolean | getType () |
| Gets the type. More... | |
Static Public Member Functions | |
| static boolean | getRegisteredType () |
| Gets the type. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from fm.liveswitch.TransportCCPacketStatusChunk | |
| 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) run length chunk.
| fm.liveswitch.TransportCCRunLengthChunk.TransportCCRunLengthChunk | ( | fm.liveswitch.DataBuffer | dataBuffer | ) |
Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class.
| dataBuffer | The data buffer. |
| fm.liveswitch.TransportCCRunLengthChunk.TransportCCRunLengthChunk | ( | fm.liveswitch.TransportCCPacketStatusSymbol | symbol, |
| int | runLength | ||
| ) |
Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class.
| symbol | The symbol. |
| runLength | The run length. |
|
static |
Gets the type.
| int fm.liveswitch.TransportCCRunLengthChunk.getRunLength | ( | ) |
Gets the run length.
| fm.liveswitch.TransportCCPacketStatusSymbol fm.liveswitch.TransportCCRunLengthChunk.getSymbol | ( | ) |
Gets the symbol.