AudioEffect.HasControl Property
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.
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.