Android.Media.Audiofx.BassBoost.IOnParameterChangeListener.OnParameterChange Method
Method called when a parameter value has changed.

Syntax

[Android.Runtime.Register("onParameterChange", "(Landroid/media/audiofx/BassBoost;IIS)V", "GetOnParameterChange_Landroid_media_audiofx_BassBoost_IISHandler:Android.Media.Audiofx.BassBoost/IOnParameterChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnParameterChange (BassBoost effect, [Android.Runtime.GeneratedEnum] AudioEffectStatus status, [Android.Runtime.GeneratedEnum] BassBoostParam param, short value)

Parameters

effect
the BassBoost on which the interface is registered.
status
status of the set parameter operation.
param
ID of the modified parameter. See BassBoost.ParamStrength ...
value
the new parameter value.

Remarks

Method called when a parameter value has changed. The method is called only if the parameter was changed by another application having the control of the same BassBoost engine.

[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 9