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