FMIceLinkVp9Encoder Class Reference
| Inherits from | FMIceLinkVpxEncoder : FMIceLinkVideoEncoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkVp9Encoder.h FMIceLinkVp9Encoder.m |
– codec
Gets the current codec.
- (FMIceLinkVpxCodec)codecDiscussion
Gets the current codec.
Declared In
FMIceLinkVp9Encoder.h
+ encoder
Initializes a new instance of the FMIceLinkVp9Encoder class.
+ (FMIceLinkVp9Encoder *)encoderDiscussion
Initializes a new instance of the FMIceLinkVp9Encoder class.
Declared In
FMIceLinkVp9Encoder.h
+ encoderWithInput:
Initializes a new instance of the FMIceLinkVp9Encoder class.
+ (FMIceLinkVp9Encoder *)encoderWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Encoder class.
Declared In
FMIceLinkVp9Encoder.h
– init
Initializes a new instance of the FMIceLinkVp9Encoder class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVp9Encoder class.
Declared In
FMIceLinkVp9Encoder.h
– initWithInput:
Initializes a new instance of the FMIceLinkVp9Encoder class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)inputParameters
input |
The input. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVp9Encoder class.
Declared In
FMIceLinkVp9Encoder.h
– isKeyFrameWithBuffer:
Determines whether the [buffer] contains a Key Frame.
- (bool)isKeyFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The buffer. |
|---|
Discussion
Determines whether the [buffer] contains a Key Frame.
Declared In
FMIceLinkVp9Encoder.h
– label
Gets a label that identifies this class.
- (NSString *)labelDiscussion
Gets a label that identifies this class.
Declared In
FMIceLinkVp9Encoder.h