FMIceLinkAecPipe Class Reference

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

Overview

An acoustic echo cancellation (AEC) pipe.

+ aecPipeWithFormat:

Initializes a new instance of the FMIceLinkAecPipe class.
+ (FMIceLinkAecPipe *)aecPipeWithFormat:(FMIceLinkAudioFormat *)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkAecPipe class.

Declared In

FMIceLinkAecPipe.h

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkAecPipe.h

– initWithFormat:

Initializes a new instance of the FMIceLinkAecPipe class.
- (instancetype)initWithFormat:(FMIceLinkAudioFormat *)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkAecPipe class.

Declared In

FMIceLinkAecPipe.h

– processSpeakerFrame:

Processes a [speaker](#//api/name/speaker) frame.
- (void)processSpeakerFrame:(FMIceLinkAudioFrame *)frame

Parameters

frame

The frame.

Discussion

Processes a [speaker](#//api/name/speaker) frame.

Declared In

FMIceLinkAecPipe.h

– setSpeaker:

Sets the [speaker](#//api/name/speaker) sink.
- (void)setSpeaker:(NSObject<FMIceLinkIAudioInput> *)value

Discussion

Sets the [speaker](#//api/name/speaker) sink.

Declared In

FMIceLinkAecPipe.h

– speaker

Gets the speaker sink.
- (NSObject<FMIceLinkIAudioInput> *)speaker

Discussion

Gets the speaker sink.

Declared In

FMIceLinkAecPipe.h