AudioEffect.HasControl Property

Definition

Checks if this AudioEffect object is controlling the effect engine.

public virtual bool HasControl { [Android.Runtime.Register("hasControl", "()Z", "GetHasControlHandler")] get; }
[<get: Android.Runtime.Register("hasControl", "()Z", "GetHasControlHandler")>]
member this.HasControl : bool

Property Value

true if this instance has control of effect engine, false otherwise.

Attributes

Exceptions

Remarks

Checks if this AudioEffect object is controlling the effect engine.

Java documentation for android.media.audiofx.AudioEffect.hasControl().

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.

Applies to