FMIceLinkVp8Decoder Class Reference
| Inherits from | FMIceLinkVpxDecoder : FMIceLinkVideoDecoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkVp8Decoder.h FMIceLinkVp8Decoder.m  | 
– codec
	
Gets the current codec.
			- (FMIceLinkVpxCodec)codecDiscussion
Gets the current codec.
			Declared In
FMIceLinkVp8Decoder.h
+ decoder
	
Initializes a new instance of the FMIceLinkVp8Decoder class.
			+ (FMIceLinkVp8Decoder *)decoderDiscussion
Initializes a new instance of the FMIceLinkVp8Decoder class.
			Declared In
FMIceLinkVp8Decoder.h
+ decoderWithInput:
	
Initializes a new instance of the FMIceLinkVp8Decoder class.
			+ (FMIceLinkVp8Decoder *)decoderWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVp8Decoder class.
			Declared In
FMIceLinkVp8Decoder.h
– init
	
Initializes a new instance of the FMIceLinkVp8Decoder class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVp8Decoder class.
			Declared In
FMIceLinkVp8Decoder.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkVp8Decoder class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVp8Decoder class.
			Declared In
FMIceLinkVp8Decoder.h
– isKeyFrameWithDataBuffer:
	
Determines whether a data buffer represents a keyframe.
			- (bool)isKeyFrameWithDataBuffer:(FMIceLinkDataBuffer *)dataBufferParameters
dataBuffer | 
						The data buffer.  | 
					
|---|
Discussion
Determines whether a data buffer represents a keyframe.
			Declared In
FMIceLinkVp8Decoder.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkVp8Decoder.h