EnvironmentalReverb.IOnParameterChangeListener.OnParameterChange Method

Definition

Method called when a parameter value has changed.

[Android.Runtime.Register("onParameterChange", "(Landroid/media/audiofx/EnvironmentalReverb;III)V", "GetOnParameterChange_Landroid_media_audiofx_EnvironmentalReverb_IIIHandler:Android.Media.Audiofx.EnvironmentalReverb/IOnParameterChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnParameterChange (Android.Media.Audiofx.EnvironmentalReverb? effect, Android.Media.Audiofx.AudioEffectStatus status, Android.Media.Audiofx.EnvironmentalReverbParam param, int value);
[<Android.Runtime.Register("onParameterChange", "(Landroid/media/audiofx/EnvironmentalReverb;III)V", "GetOnParameterChange_Landroid_media_audiofx_EnvironmentalReverb_IIIHandler:Android.Media.Audiofx.EnvironmentalReverb/IOnParameterChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnParameterChange : Android.Media.Audiofx.EnvironmentalReverb * Android.Media.Audiofx.AudioEffectStatus * Android.Media.Audiofx.EnvironmentalReverbParam * int -> unit

Parameters

effect
EnvironmentalReverb

the EnvironmentalReverb on which the interface is registered.

status
AudioEffectStatus

status of the set parameter operation.

param
EnvironmentalReverbParam

ID of the modified parameter. See #PARAM_ROOM_LEVEL ...

value
Int32

the new parameter value.

Attributes

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 EnvironmentalReverb engine.

Java documentation for android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener.onParameterChange(android.media.audiofx.EnvironmentalReverb, int, int, 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