An RTCP slice loss indication. More...
Instance Methods | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the backing DataBuffer . More... | |
(int) | - first |
Gets the macroblock (MB) address of the first lost macroblock. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSli class. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchSli class. More... | |
(int) | - number |
Gets the number of lost macroblocks, in scan order. More... | |
(int) | - pictureId |
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: |
Sets the macroblock (MB) address of the first lost macroblock. More... | |
(void) | - setNumber: |
Sets the number of lost macroblocks, in scan order. More... | |
(void) | - setPictureId: |
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... | |
Class Methods | |
(FMLiveSwitchSli *) | + sli |
Initializes a new instance of the FMLiveSwitchSli class. More... | |
(FMLiveSwitchSli *) | + sliWithBuffer: |
Initializes a new instance of the FMLiveSwitchSli class. More... | |
An RTCP slice loss indication.
- (FMLiveSwitchDataBuffer*) dataBuffer |
Gets the backing DataBuffer
.
- (int) first |
Gets the macroblock (MB) address of the first lost macroblock.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSli class.
- (instancetype) initWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSli class.
buffer | The buffer. |
- (int) number |
Gets the number of lost macroblocks, in scan order.
- (int) pictureId |
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) setFirst: | (int) | value |
Sets the macroblock (MB) address of the first lost macroblock.
- (void) setNumber: | (int) | value |
Sets the number of lost macroblocks, in scan order.
- (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.
+ (FMLiveSwitchSli*) sli |
Initializes a new instance of the FMLiveSwitchSli class.
+ (FMLiveSwitchSli*) sliWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSli class.
buffer | The buffer. |