An RTCP transport-wide congestion control (transport-cc) status vector chunk. More...
Public Member Functions | |
| int | getSymbolCount () |
| Gets the symbol count. More... | |
| int | getSymbolList () |
| Gets the symbol list. More... | |
| fm.liveswitch.TransportCCPacketStatusSymbol[] | getSymbols () |
| Gets the symbols. More... | |
| boolean | getSymbolSize () |
| Gets the symbol size. More... | |
| TransportCCStatusVectorChunk (fm.liveswitch.DataBuffer dataBuffer) | |
| Initializes a new instance of the fm.liveswitch.TransportCCStatusVectorChunk class. More... | |
| TransportCCStatusVectorChunk (boolean symbolSize, fm.liveswitch.TransportCCPacketStatusSymbol[] symbols) | |
| Initializes a new instance of the fm.liveswitch.TransportCCStatusVectorChunk 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) status vector chunk.
| fm.liveswitch.TransportCCStatusVectorChunk.TransportCCStatusVectorChunk | ( | fm.liveswitch.DataBuffer | dataBuffer | ) |
Initializes a new instance of the fm.liveswitch.TransportCCStatusVectorChunk class.
| dataBuffer | The data buffer. |
| fm.liveswitch.TransportCCStatusVectorChunk.TransportCCStatusVectorChunk | ( | boolean | symbolSize, |
| fm.liveswitch.TransportCCPacketStatusSymbol[] | symbols | ||
| ) |
Initializes a new instance of the fm.liveswitch.TransportCCStatusVectorChunk class.
| symbolSize | The symbol size. |
| symbols | The symbols. |
|
static |
Gets the type.
| int fm.liveswitch.TransportCCStatusVectorChunk.getSymbolCount | ( | ) |
Gets the symbol count.
| int fm.liveswitch.TransportCCStatusVectorChunk.getSymbolList | ( | ) |
Gets the symbol list.
| fm.liveswitch.TransportCCPacketStatusSymbol [] fm.liveswitch.TransportCCStatusVectorChunk.getSymbols | ( | ) |
Gets the symbols.
| boolean fm.liveswitch.TransportCCStatusVectorChunk.getSymbolSize | ( | ) |
Gets the symbol size.
A value of
indicates 2 bits per symbol. A value of
indicates 1 bit per symbol.