AcousticEchoCanceler.Create(Int32) Method

Definition

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

[Android.Runtime.Register("create", "(I)Landroid/media/audiofx/AcousticEchoCanceler;", "")]
public static Android.Media.Audiofx.AcousticEchoCanceler? Create (int audioSession);
[<Android.Runtime.Register("create", "(I)Landroid/media/audiofx/AcousticEchoCanceler;", "")>]
static member Create : int -> Android.Media.Audiofx.AcousticEchoCanceler

Parameters

audioSession
Int32

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

Returns

AcousticEchoCanceler created or null if the device does not implement AEC.

Attributes

Remarks

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

Java documentation for android.media.audiofx.AcousticEchoCanceler.create(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to