com.h6ah4i.android.media.audiofx.IAudioEffect.OnEnableStatusChangeListener |
The OnEnableStatusChangeListener interface defines a method called by the AudioEffect when a the enabled state of the effect engine was changed by the controlling application.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onEnableStatusChange(IAudioEffect effect, boolean enabled)
Called on the listener to notify it that the effect engine has been
enabled or disabled.
|
Called on the listener to notify it that the effect engine has been enabled or disabled.
effect | the effect on which the interface is registered. |
---|---|
enabled | new effect state. |