An acoustic echo cancellation context. More...
Instance Methods | |
| (FMLiveSwitchAudioConfig *) | - config |
| Gets the configuration. More... | |
| (FMLiveSwitchAudioSink *) | - createOutputMixerSinkWithConfig: |
| Creates an echo cancellation output mixer sink. More... | |
| (FMLiveSwitchAudioPipe *) | - createOutputMixerWithConfig: |
| Creates an echo cancellation output mixer. More... | |
| (FMLiveSwitchAecPipe *) | - createProcessor |
| Creates an echo cancellation processor. More... | |
| (bool) | - destroy |
| Destroys this instance. More... | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchAecContext class. More... | |
| (FMLiveSwitchAudioPipe *) | - outputMixer |
| Gets the echo cancellation output mixer. More... | |
| (FMLiveSwitchAudioSink *) | - outputMixerSink |
| Gets the echo cancellation output mixer sink. More... | |
| (FMLiveSwitchAecPipe *) | - processor |
| Gets the echo cancellation processor. More... | |
Class Methods | |
| (FMLiveSwitchAecContext *) | + aecContext |
| Initializes a new instance of the FMLiveSwitchAecContext class. More... | |
An acoustic echo cancellation context.
| + (FMLiveSwitchAecContext*) aecContext |
Initializes a new instance of the FMLiveSwitchAecContext class.
| - (FMLiveSwitchAudioConfig*) config |
Gets the configuration.
| - (FMLiveSwitchAudioSink*) createOutputMixerSinkWithConfig: | (FMLiveSwitchAudioConfig *) | config |
Creates an echo cancellation output mixer sink.
| config | The configuration. |
| - (FMLiveSwitchAudioPipe*) createOutputMixerWithConfig: | (FMLiveSwitchAudioConfig *) | config |
Creates an echo cancellation output mixer.
| config | The configuration. |
| - (FMLiveSwitchAecPipe*) createProcessor |
Creates an echo cancellation processor.
| - (bool) destroy |
Destroys this instance.
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchAecContext class.
| - (FMLiveSwitchAudioPipe*) outputMixer |
Gets the echo cancellation output mixer.
| - (FMLiveSwitchAudioSink*) outputMixerSink |
Gets the echo cancellation output mixer sink.
| - (FMLiveSwitchAecPipe*) processor |
Gets the echo cancellation processor.