Android.Media.Audiofx.AcousticEchoCanceler.Create Method
Creates an AcousticEchoCanceler and attaches it to the AudioRecord on the audio session specified.

Syntax

[Android.Runtime.Register("create", "(I)Landroid/media/audiofx/AcousticEchoCanceler;", "")]
public static AcousticEchoCanceler Create (int audioSession)

Parameters

audioSession
system wide unique audio session identifier. The AcousticEchoCanceler will be applied to the AudioRecord with the same audio session.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates an AcousticEchoCanceler and attaches it to the AudioRecord on the audio session specified.

[Android Documentation]

Requirements

Namespace: Android.Media.Audiofx
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16