to top
Android APIs
Added in API level 9
public static interface

AudioEffect.OnControlStatusChangeListener

android.media.audiofx.AudioEffect.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

? Examples
abstract void onControlStatusChange( AudioEffect 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 (AudioEffect effect, boolean controlGranted)

Added in API level 9

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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.