public static interface AudioEffect.OnParameterChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onParameterChange(AudioEffect effect,
int status,
byte[] param,
byte[] value)
Called on the listener to notify it that a parameter value has changed.
|
void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value)
effect
- the effect on which the interface is registered.status
- status of the set parameter operation.param
- ID of the modified parameter.value
- the new parameter value.