public static interface BassBoost.OnParameterChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onParameterChange(BassBoost effect,
int status,
int param,
short value)
Method called when a parameter value has changed.
|
void onParameterChange(BassBoost effect, int status, int param, short value)
effect
- the BassBoost on which the interface is registered.status
- status of the set parameter operation.param
- ID of the modified parameter. See BassBoost.PARAM_STRENGTH
...value
- the new parameter value.