DynamicsProcessing.Stage.Enabled Property

Definition

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

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 stage is enabled for processing, false otherwise

Attributes

Remarks

Property getter documentation:

returns enabled state of the stage

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

Property setter documentation:

sets enabled state of the stage

Java documentation for android.media.audiofx.DynamicsProcessing.Stage.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