fm.liveswitch.TransportCCRunLengthChunk Class Reference

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...
 

Detailed Description

An RTCP transport-wide congestion control (transport-cc) run length chunk.

Constructor & Destructor Documentation

◆ TransportCCRunLengthChunk() [1/2]

fm.liveswitch.TransportCCRunLengthChunk.TransportCCRunLengthChunk ( fm.liveswitch.DataBuffer  dataBuffer)

Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class.

Parameters
dataBufferThe data buffer.

◆ TransportCCRunLengthChunk() [2/2]

fm.liveswitch.TransportCCRunLengthChunk.TransportCCRunLengthChunk ( fm.liveswitch.TransportCCPacketStatusSymbol  symbol,
int  runLength 
)

Initializes a new instance of the fm.liveswitch.TransportCCRunLengthChunk class.

Parameters
symbolThe symbol.
runLengthThe run length.

Member Function Documentation

◆ getRegisteredType()

static boolean fm.liveswitch.TransportCCRunLengthChunk.getRegisteredType ( )
static

Gets the type.

◆ getRunLength()

int fm.liveswitch.TransportCCRunLengthChunk.getRunLength ( )

Gets the run length.

◆ getSymbol()

fm.liveswitch.TransportCCPacketStatusSymbol fm.liveswitch.TransportCCRunLengthChunk.getSymbol ( )

Gets the symbol.