Added in API level 9

BassBoost.OnParameterChangeListener

public static interface BassBoost.OnParameterChangeListener

android.media.audiofx.BassBoost.OnParameterChangeListener


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

Summary

Public methods

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

Method called when a parameter value has changed.

Public methods

onParameterChange

Added in API level 9
public abstract void onParameterChange (BassBoost effect, 
                int status, 
                int param, 
                short 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 BassBoost engine.

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

status int: status of the set parameter operation.

param int: ID of the modified parameter. See BassBoost.PARAM_STRENGTH ...

value short: the new parameter value.