FMIceLinkOpusDecoder Class Reference

Inherits from FMIceLinkAudioDecoder : FMIceLinkAudioPipe : FMIceLinkMediaPipe : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkOpusDecoder.h
FMIceLinkOpusDecoder.m

Overview

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

+ decoder

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

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

+ decoderWithConfig:

Initializes a new instance of the FMIceLinkOpusDecoder class.
+ (FMIceLinkOpusDecoder *)decoderWithConfig:(FMIceLinkAudioConfig *)config

Parameters

config

The configuration.

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

+ decoderWithInput:

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

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkOpusDecoder.h

– doProcessFrame:inputBuffer:

Processes a frame.
- (void)doProcessFrame:(FMIceLinkAudioFrame *)frame inputBuffer:(FMIceLinkAudioBuffer *)inputBuffer

Parameters

frame

The frame.

inputBuffer

The input buffer.

Discussion

Processes a frame.

Declared In

FMIceLinkOpusDecoder.h

– doProcessSdpMediaDescription:isOffer:isLocalDescription:

Processes a SDP media description.
- (FMIceLinkError *)doProcessSdpMediaDescription:(FMIceLinkSdpMediaDescription *)mediaDescription isOffer:(bool)isOffer isLocalDescription:(bool)isLocalDescription

Parameters

mediaDescription

The media description.

isOffer

if set to true [is offer].

isLocalDescription

if set to true [is local description].

Discussion

Processes a SDP media description.

Declared In

FMIceLinkOpusDecoder.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

– initWithConfig:

Initializes a new instance of the FMIceLinkOpusDecoder class.
- (instancetype)initWithConfig:(FMIceLinkAudioConfig *)config

Parameters

config

The configuration.

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

– initWithInput:

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

Parameters

input

The input.

Discussion

Initializes a new instance of the FMIceLinkOpusDecoder class.

Declared In

FMIceLinkOpusDecoder.h

– label

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

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkOpusDecoder.h