An RTCP transport-wide congestion control (transport-cc) status vector chunk. More...
Instance Methods | |
| (instancetype) | - initWithDataBuffer: |
| Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class. More... | |
| (instancetype) | - initWithSymbolSize:symbols: |
| Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class. More... | |
| (int) | - symbolCount |
| Gets the symbol count. More... | |
| (int) | - symbolList |
| Gets the symbol list. More... | |
| (NSMutableArray *) | - symbols |
| Gets the symbols. More... | |
| (bool) | - symbolSize |
| Gets the symbol size. More... | |
Instance Methods inherited from FMLiveSwitchTransportCCPacketStatusChunk | |
| (FMLiveSwitchDataBuffer *) | - dataBuffer |
| Gets the data buffer. More... | |
| (instancetype) | - initWithType: |
| Initializes a new instance of the FMLiveSwitchTransportCCPacketStatusChunk class. More... | |
| (instancetype) | - initWithType:dataBuffer: |
| Initializes a new instance of the FMLiveSwitchTransportCCPacketStatusChunk class. More... | |
| (bool) | - type |
| Gets the type. More... | |
Class Methods | |
| (bool) | + registeredType |
| Gets the type. More... | |
| (FMLiveSwitchTransportCCStatusVectorChunk *) | + transportCCStatusVectorChunkWithDataBuffer: |
| Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class. More... | |
| (FMLiveSwitchTransportCCStatusVectorChunk *) | + transportCCStatusVectorChunkWithSymbolSize:symbols: |
| Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class. More... | |
Class Methods inherited from FMLiveSwitchTransportCCPacketStatusChunk | |
| (FMLiveSwitchTransportCCPacketStatusChunk *) | + transportCCPacketStatusChunkWithType: |
| Initializes a new instance of the FMLiveSwitchTransportCCPacketStatusChunk class. More... | |
| (FMLiveSwitchTransportCCPacketStatusChunk *) | + transportCCPacketStatusChunkWithType:dataBuffer: |
| Initializes a new instance of the FMLiveSwitchTransportCCPacketStatusChunk class. More... | |
An RTCP transport-wide congestion control (transport-cc) status vector chunk.
| - (instancetype) initWithDataBuffer: | (FMLiveSwitchDataBuffer *) | dataBuffer |
Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class.
| dataBuffer | The data buffer. |
| - (instancetype) initWithSymbolSize: | (bool) | symbolSize | |
| symbols: | (NSMutableArray *) | symbols | |
Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class.
| symbolSize | The symbol size. |
| symbols | The symbols. |
| + (bool) registeredType |
Gets the type.
| - (int) symbolCount |
Gets the symbol count.
| - (int) symbolList |
Gets the symbol list.
| - (NSMutableArray*) symbols |
Gets the symbols.
| - (bool) symbolSize |
Gets the symbol size.
A value of true indicates 2 bits per symbol. A value of false indicates 1 bit per symbol.
| + (FMLiveSwitchTransportCCStatusVectorChunk*) transportCCStatusVectorChunkWithDataBuffer: | (FMLiveSwitchDataBuffer *) | dataBuffer |
Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class.
| dataBuffer | The data buffer. |
| + (FMLiveSwitchTransportCCStatusVectorChunk*) transportCCStatusVectorChunkWithSymbolSize: | (bool) | symbolSize | |
| symbols: | (NSMutableArray *) | symbols | |
Initializes a new instance of the FMLiveSwitchTransportCCStatusVectorChunk class.
| symbolSize | The symbol size. |
| symbols | The symbols. |