FMIceLinkVpxDecoder Class Reference
| Inherits from | FMIceLinkVideoDecoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkVpxDecoder.h FMIceLinkVpxDecoder.m  | 
– codec
	
Gets the current codec.
			- (FMIceLinkVpxCodec)codecDiscussion
Gets the current codec.
			Declared In
FMIceLinkVpxDecoder.h
+ decoderWithInputFormat:
	
Initializes a new instance of the FMIceLinkVpxDecoder class.
			+ (FMIceLinkVpxDecoder *)decoderWithInputFormat:(FMIceLinkVideoFormat *)inputFormatParameters
inputFormat | 
						The input format.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVpxDecoder class.
			Declared In
FMIceLinkVpxDecoder.h
– doDestroy
	
Destroys this instance.
			- (void)doDestroyDiscussion
Destroys this instance.
			Declared In
FMIceLinkVpxDecoder.h
– doProcessFrame:inputBuffer:
	
Processes a frame.
			- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBufferParameters
frame | 
						The frame.  | 
					
|---|---|
inputBuffer | 
						The input buffer.  | 
					
Discussion
Processes a frame.
			Declared In
FMIceLinkVpxDecoder.h
– initWithInputFormat:
	
Initializes a new instance of the FMIceLinkVpxDecoder class.
			- (instancetype)initWithInputFormat:(FMIceLinkVideoFormat *)inputFormatParameters
inputFormat | 
						The input format.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVpxDecoder class.
			Declared In
FMIceLinkVpxDecoder.h
– needsKeyFrame
	
Gets a value indicating whether the decoder needs a keyframe.
true if [needs key frame]; otherwise, false.
- (bool)needsKeyFrameDiscussion
Gets a value indicating whether the decoder needs a keyframe.
true if [needs key frame]; otherwise, false.
Declared In
FMIceLinkVpxDecoder.h