FMIceLinkVp8Decoder Class Reference

Inherits from FMIceLinkVpxDecoder : FMIceLinkVideoDecoder : FMIceLinkVideoPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkVp8Decoder.h
FMIceLinkVp8Decoder.m

Overview

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

– codec

Gets the current codec.
- (FMIceLinkVpxCodec)codec

Discussion

Gets the current codec.

Declared In

FMIceLinkVp8Decoder.h

+ decoder

Initializes a new instance of the FMIceLinkVp8Decoder class.
+ (FMIceLinkVp8Decoder *)decoder

Discussion

Initializes a new instance of the FMIceLinkVp8Decoder class.

Declared In

FMIceLinkVp8Decoder.h

+ decoderWithInput:

Initializes a new instance of the FMIceLinkVp8Decoder class.
+ (FMIceLinkVp8Decoder *)decoderWithInput:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkVp8Decoder class.

Declared In

FMIceLinkVp8Decoder.h

– init

Initializes a new instance of the FMIceLinkVp8Decoder class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkVp8Decoder class.

Declared In

FMIceLinkVp8Decoder.h

– initWithInput:

Initializes a new instance of the FMIceLinkVp8Decoder class.
- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkVp8Decoder class.

Declared In

FMIceLinkVp8Decoder.h

– isKeyFrameWithDataBuffer:

Determines whether a data buffer represents a keyframe.
- (bool)isKeyFrameWithDataBuffer:(FMIceLinkDataBuffer *)dataBuffer

Parameters

dataBuffer

The data buffer.

Discussion

Determines whether a data buffer represents a keyframe.

Declared In

FMIceLinkVp8Decoder.h

– label

Gets a label that identifies this class.
- (NSString *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVp8Decoder.h