public static interface AudioEffect.OnEnableStatusChangeListener
android.media.audiofx.AudioEffect.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(AudioEffect effect, boolean enabled) Called on the listener to notify it that the effect engine has been enabled or disabled. |
void onEnableStatusChange (AudioEffect effect, boolean enabled)
Called on the listener to notify it that the effect engine has been enabled or disabled.
Parameters | |
---|---|
effect |
AudioEffect : the effect on which the interface is registered. |
enabled |
boolean : new effect state. |