FMIceLinkVp9Decoder Class Reference
| Inherits from | FMIceLinkVpxDecoder : FMIceLinkVideoDecoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkVp9Decoder.h FMIceLinkVp9Decoder.m |
– codec
Gets the current codec.
- (FMIceLinkVpxCodec)codecDiscussion
Gets the current codec.
Declared In
FMIceLinkVp9Decoder.h
+ decoder
Initializes a new instance of the FMIceLinkVp9Decoder class.
+ (FMIceLinkVp9Decoder *)decoderDiscussion
Initializes a new instance of the FMIceLinkVp9Decoder class.
Declared In
FMIceLinkVp9Decoder.h
+ decoderWithInput:
Initializes a new instance of the FMIceLinkVp9Decoder class.
+ (FMIceLinkVp9Decoder *)decoderWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Decoder class.
Declared In
FMIceLinkVp9Decoder.h
– init
Initializes a new instance of the FMIceLinkVp9Decoder class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVp9Decoder class.
Declared In
FMIceLinkVp9Decoder.h
– initWithInput:
Initializes a new instance of the FMIceLinkVp9Decoder class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Decoder class.
Declared In
FMIceLinkVp9Decoder.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
FMIceLinkVp9Decoder.h
– label
Gets a label that identifies this class.
- (NSString *)labelDiscussion
Gets a label that identifies this class.
Declared In
FMIceLinkVp9Decoder.h