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... | |
An RTCP slice loss indication.
fm.liveswitch.Sli.Sli | ( | ) |
Initializes a new instance of the fm.liveswitch.Sli class.
fm.liveswitch.Sli.Sli | ( | fm.liveswitch.DataBuffer | buffer | ) |
Initializes a new instance of the fm.liveswitch.Sli class.
buffer | The buffer. |
fm.liveswitch.DataBuffer fm.liveswitch.Sli.getDataBuffer | ( | ) |
Gets the backing.
.
int fm.liveswitch.Sli.getFirst | ( | ) |
Gets the macroblock (MB) address of the first lost macroblock.
int fm.liveswitch.Sli.getNumber | ( | ) |
Gets the number of lost macroblocks, in scan order.
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.
void fm.liveswitch.Sli.setFirst | ( | int | value | ) |
Sets the macroblock (MB) address of the first lost macroblock.
void fm.liveswitch.Sli.setNumber | ( | int | value | ) |
Sets the number of lost macroblocks, in scan order.
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.