FMIceLinkVp8Encoder Class Reference

Inherits from FMIceLinkVpxEncoder : FMIceLinkVideoEncoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkVp8Encoder.h
FMIceLinkVp8Encoder.m

Overview

A libvpx-based VP8 [encoder](#//api/name/encoder).

– codec

Gets the current codec.
- (FMIceLinkVpxCodec)codec

Discussion

Gets the current codec.

Declared In

FMIceLinkVp8Encoder.h

+ encoder

Initializes a new instance of the FMIceLinkVp8Encoder class.
+ (FMIceLinkVp8Encoder *)encoder

Discussion

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> *)input

Parameters

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)init

Discussion

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> *)input

Parameters

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 *)buffer

Parameters

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 *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVp8Encoder.h