FMIceLinkSli Class Reference

Inherits from NSObject
Declared in FMIceLinkSli.h
FMIceLinkSli.m

Overview

An RTCP slice loss indication.

– dataBuffer

Gets the backing DataBuffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the backing DataBuffer.

Declared In

FMIceLinkSli.h

– first

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

Discussion

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

Declared In

FMIceLinkSli.h

– init

Initializes a new instance of the FMIceLinkSli class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSli class.

Declared In

FMIceLinkSli.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkSli class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSli class.

Declared In

FMIceLinkSli.h

– number

Gets the number of lost macroblocks, in scan order.
- (int)number

Discussion

Gets the number of lost macroblocks, in scan order.

Declared In

FMIceLinkSli.h

– 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.
- (int)pictureId

Discussion

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.

Declared In

FMIceLinkSli.h

– setFirst:

Sets the macroblock (MB) address of the [first](#//api/name/first) lost macroblock.
- (void)setFirst:(int)value

Discussion

Sets the macroblock (MB) address of the [first](#//api/name/first) lost macroblock.

Declared In

FMIceLinkSli.h

– setNumber:

Sets the [number](#//api/name/number) of lost macroblocks, in scan order.
- (void)setNumber:(int)value

Discussion

Sets the [number](#//api/name/number) of lost macroblocks, in scan order.

Declared In

FMIceLinkSli.h

– 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.
- (void)setPictureId:(int)value

Discussion

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.

Declared In

FMIceLinkSli.h

+ sli

Initializes a new instance of the FMIceLinkSli class.
+ (FMIceLinkSli *)sli

Discussion

Initializes a new instance of the FMIceLinkSli class.

Declared In

FMIceLinkSli.h

+ sliWithBuffer:

Initializes a new instance of the FMIceLinkSli class.
+ (FMIceLinkSli *)sliWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSli class.

Declared In

FMIceLinkSli.h