Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 9
public static interface

AudioEffect.OnEnableStatusChangeListener

android.media.audiofx.AudioEffect.OnEnableStatusChangeListener

Class Overview

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.

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

public abstract void onEnableStatusChange ( AudioEffect effect, boolean enabled)

Added in API level 9

Called on the listener to notify it that the effect engine has been enabled or disabled.

Parameters
effect the effect on which the interface is registered.
enabled new effect state.