DynamicsProcessing.BandBase.Enabled Property

Definition

returns enabled state of the band -or- sets enabled state of the band

public virtual bool Enabled { [Android.Runtime.Register("isEnabled", "()Z", "GetIsEnabledHandler", ApiSince=28)] get; [Android.Runtime.Register("setEnabled", "(Z)V", "GetSetEnabled_ZHandler", ApiSince=28)] set; }
[<get: Android.Runtime.Register("isEnabled", "()Z", "GetIsEnabledHandler", ApiSince=28)>]
[<set: Android.Runtime.Register("setEnabled", "(Z)V", "GetSetEnabled_ZHandler", ApiSince=28)>]
member this.Enabled : bool with get, set

Property Value

true if bands is enabled for processing, false otherwise

Attributes

Remarks

Property getter documentation:

returns enabled state of the band

Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.isEnabled().

Property setter documentation:

sets enabled state of the band

Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.setEnabled(boolean).

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