public static interface

BassEnhance.OnParameterChangeListener

android.media.audiofx.BassEnhance.OnParameterChangeListener

Class Overview

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

Summary

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

Public Methods

public abstract void onParameterChange (BassEnhance 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 BassEnhance engine.

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