com.h6ah4i.android.media.audiofx.IVirtualizer.OnParameterChangeListener |
The OnParameterChangeListener interface defines a method called by the Virtualizer when a parameter value has changed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onParameterChange(IVirtualizer effect, int status, int param, short 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 Virtualizer engine.
effect | the Virtualizer 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. |