fm.liveswitch.Sli Class Reference

An RTCP slice loss indication. More...

Public Member Functions

fm.liveswitch.DataBuffer getDataBuffer ()
 Gets the backing. More...
 
int getFirst ()
 Gets the macroblock (MB) address of the first lost macroblock. More...
 
int getNumber ()
 Gets the number of lost macroblocks, in scan order. More...
 
int getPictureId ()
 Gets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred. More...
 
void setFirst (int value)
 Sets the macroblock (MB) address of the first lost macroblock. More...
 
void setNumber (int value)
 Sets the number of lost macroblocks, in scan order. More...
 
void setPictureId (int value)
 Sets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred. More...
 
 Sli ()
 Initializes a new instance of the fm.liveswitch.Sli class. More...
 
 Sli (fm.liveswitch.DataBuffer buffer)
 Initializes a new instance of the fm.liveswitch.Sli class. More...
 

Detailed Description

An RTCP slice loss indication.

Constructor & Destructor Documentation

◆ Sli() [1/2]

fm.liveswitch.Sli.Sli ( )

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

◆ Sli() [2/2]

fm.liveswitch.Sli.Sli ( fm.liveswitch.DataBuffer  buffer)

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

Parameters
bufferThe buffer.

Member Function Documentation

◆ getDataBuffer()

fm.liveswitch.DataBuffer fm.liveswitch.Sli.getDataBuffer ( )

Gets the backing.

DataBuffer

.

◆ getFirst()

int fm.liveswitch.Sli.getFirst ( )

Gets the macroblock (MB) address of the first lost macroblock.

◆ getNumber()

int fm.liveswitch.Sli.getNumber ( )

Gets the number of lost macroblocks, in scan order.

◆ getPictureId()

int fm.liveswitch.Sli.getPictureId ( )

Gets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred.

◆ setFirst()

void fm.liveswitch.Sli.setFirst ( int  value)

Sets the macroblock (MB) address of the first lost macroblock.

◆ setNumber()

void fm.liveswitch.Sli.setNumber ( int  value)

Sets the number of lost macroblocks, in scan order.

◆ setPictureId()

void fm.liveswitch.Sli.setPictureId ( int  value)

Sets the six least significant bits of the codec-specific identifier that is used to reference the picture in which the loss of the macroblock(s) has occurred.