public static interface AudioEffect.OnControlStatusChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onControlStatusChange(AudioEffect effect,
boolean controlGranted)
Called on the listener to notify it that the effect engine control
has been taken or returned.
|
void onControlStatusChange(AudioEffect effect, boolean controlGranted)
effect
- the effect on which the interface is registered.controlGranted
- true if the application has been granted control of the effect
engine, false otherwise.