Added in API level 9
AudioEffect.OnEnableStatusChangeListener
public
static
interface
AudioEffect.OnEnableStatusChangeListener
android.media.audiofx.AudioEffect.OnEnableStatusChangeListener |
The OnEnableStatusChangeListener interface defines a method called by the AudioEffect when the enabled state of the effect engine was changed by the controlling application.
Summary
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. |
Public methods
onEnableStatusChange
Added in API level 9
public abstract 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. |