public static interface

IAudioEffect.OnControlStatusChangeListener

com.h6ah4i.android.media.audiofx.IAudioEffect.OnControlStatusChangeListener

Class Overview

The OnControlStatusChangeListener interface defines a method called by the AudioEffect when a the control of the effect engine is gained or lost by the application

Summary

Public Methods
abstract void onControlStatusChange(IAudioEffect effect, boolean controlGranted)
Called on the listener to notify it that the effect engine control has been taken or returned.

Public Methods

public abstract void onControlStatusChange (IAudioEffect effect, boolean controlGranted)

Called on the listener to notify it that the effect engine control has been taken or returned.

Parameters
effect the effect on which the interface is registered.
controlGranted true if the application has been granted control of the effect engine, false otherwise.