public static interface AudioEffect.OnEnableStatusChangeListener
Modifier and Type | Method and Description |
---|---|
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)
effect
- the effect on which the interface is registered.enabled
- new effect state.