FMIceLinkVpxDecoder Class Reference

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

Overview

A libvpx-based decoder.

– codec

Gets the current codec.
- (FMIceLinkVpxCodec)codec

Discussion

Gets the current codec.

Declared In

FMIceLinkVpxDecoder.h

+ decoderWithInputFormat:

Initializes a new instance of the FMIceLinkVpxDecoder class.
+ (FMIceLinkVpxDecoder *)decoderWithInputFormat:(FMIceLinkVideoFormat *)inputFormat

Parameters

inputFormat

The input format.

Discussion

Initializes a new instance of the FMIceLinkVpxDecoder class.

Declared In

FMIceLinkVpxDecoder.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkVpxDecoder.h

– doProcessFrame:inputBuffer:

Processes a frame.
- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBuffer

Parameters

frame

The frame.

inputBuffer

The input buffer.

Discussion

Processes a frame.

Declared In

FMIceLinkVpxDecoder.h

– initWithInputFormat:

Initializes a new instance of the FMIceLinkVpxDecoder class.
- (instancetype)initWithInputFormat:(FMIceLinkVideoFormat *)inputFormat

Parameters

inputFormat

The input format.

Discussion

Initializes a new instance of the FMIceLinkVpxDecoder class.

Declared In

FMIceLinkVpxDecoder.h

– needsKeyFrame

Gets a value indicating whether the decoder needs a keyframe.

true if [needs key frame]; otherwise, false.

- (bool)needsKeyFrame

Discussion

Gets a value indicating whether the decoder needs a keyframe.

true if [needs key frame]; otherwise, false.

Declared In

FMIceLinkVpxDecoder.h