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

Syntax

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a NoiseSuppressor 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