Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 9
public static interface

PresetReverb.OnParameterChangeListener

android.media.audiofx.PresetReverb.OnParameterChangeListener

Class Overview

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

Summary

Public Methods
abstract void onParameterChange ( PresetReverb effect, int status, int param, short value)
Method called when a parameter value has changed.

Public Methods

public abstract void onParameterChange ( PresetReverb effect, int status, int param, short value)

Added in API level 9

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

Parameters
effect the PresetReverb on which the interface is registered.
status status of the set parameter operation.
param ID of the modified parameter. See PARAM_PRESET ...
value the new parameter value.