Added in API level 9

EnvironmentalReverb.OnParameterChangeListener

public static interface EnvironmentalReverb.OnParameterChangeListener

android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener


The OnParameterChangeListener interface defines a method called by the EnvironmentalReverb when a parameter value has changed.

Summary

Public methods

abstract void onParameterChange(EnvironmentalReverb effect, int status, int param, int value)

Method called when a parameter value has changed.

Public methods

onParameterChange

Added in API level 9
public abstract void onParameterChange (EnvironmentalReverb effect, 
                int status, 
                int param, 
                int value)

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.

Parameters
effect EnvironmentalReverb: the EnvironmentalReverb on which the interface is registered.

status int: status of the set parameter operation.

param int: ID of the modified parameter. See EnvironmentalReverb.PARAM_ROOM_LEVEL ...

value int: the new parameter value.