AudioEffect.IOnControlStatusChangeListener.OnControlStatusChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called on the listener to notify it that the effect engine control has been taken or returned.
[Android.Runtime.Register("onControlStatusChange", "(Landroid/media/audiofx/AudioEffect;Z)V", "GetOnControlStatusChange_Landroid_media_audiofx_AudioEffect_ZHandler:Android.Media.Audiofx.AudioEffect/IOnControlStatusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnControlStatusChange (Android.Media.Audiofx.AudioEffect? effect, bool controlGranted);
[<Android.Runtime.Register("onControlStatusChange", "(Landroid/media/audiofx/AudioEffect;Z)V", "GetOnControlStatusChange_Landroid_media_audiofx_AudioEffect_ZHandler:Android.Media.Audiofx.AudioEffect/IOnControlStatusChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnControlStatusChange : Android.Media.Audiofx.AudioEffect * bool -> unit
Parameters
- effect
- AudioEffect
the effect on which the interface is registered.
- controlGranted
- Boolean
true if the application has been granted control of the effect engine, false otherwise.
- Attributes
Remarks
Called on the listener to notify it that the effect engine control has been taken or returned.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.