DynamicsProcessing.Stage Constructors

Definition

Overloads

DynamicsProcessing.Stage(Boolean, Boolean)

Class constructor for stage

DynamicsProcessing.Stage(IntPtr, JniHandleOwnership)

DynamicsProcessing.Stage(Boolean, Boolean)

Class constructor for stage

[Android.Runtime.Register(".ctor", "(ZZ)V", "", ApiSince=28)]
public Stage (bool inUse, bool enabled);
[<Android.Runtime.Register(".ctor", "(ZZ)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Stage : bool * bool -> Android.Media.Audiofx.DynamicsProcessing.Stage

Parameters

inUse
Boolean

true if this stage is set to be used. False otherwise. Stages that are not set "inUse" at initialization time are not available to be used at any time.

enabled
Boolean

true if this stage is currently used to process sound. When disabled, the stage is bypassed and the sound is copied unaltered from input to output.

Attributes

Remarks

Class constructor for stage

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

DynamicsProcessing.Stage(IntPtr, JniHandleOwnership)

protected Stage (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.Audiofx.DynamicsProcessing.Stage : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.Audiofx.DynamicsProcessing.Stage

Parameters

javaReference
IntPtr

nativeint

Applies to