com.h6ah4i.android.media.audiofx.IEqualizer.OnParameterChangeListener |
The OnParameterChangeListener interface defines a method called by the Equalizer when a parameter value has changed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onParameterChange(IEqualizer effect, int status, int param1, int param2, int value)
Method called when a parameter value has changed.
|
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 Equalizer engine.
effect | the Equalizer on which the interface is registered. |
---|---|
status | status of the set parameter operation. |
param1 | ID of the modified parameter. See
PARAM_BAND_LEVEL ... |
param2 | additional parameter qualifier (e.g the band for band level parameter). |
value | the new parameter value. |