FMIceLinkSli Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSli.h FMIceLinkSli.m  | 
– dataBuffer
	
Gets the backing 
			DataBuffer.
- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the backing 
			DataBuffer.
Declared In
FMIceLinkSli.h
– first
	
Gets the macroblock (MB) address of the first lost macroblock.
			- (int)firstDiscussion
Gets the macroblock (MB) address of the first lost macroblock.
			Declared In
FMIceLinkSli.h
– init
	
Initializes a new instance of the FMIceLinkSli class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSli class.
			Declared In
FMIceLinkSli.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkSli class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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)numberDiscussion
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)pictureIdDiscussion
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)valueDiscussion
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)valueDiscussion
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)valueDiscussion
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 *)sliDiscussion
Initializes a new instance of the FMIceLinkSli class.
			Declared In
FMIceLinkSli.h
+ sliWithBuffer:
	
Initializes a new instance of the FMIceLinkSli class.
			+ (FMIceLinkSli *)sliWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSli class.
			Declared In
FMIceLinkSli.h