DynamicsProcessing.BandStage Constructors

Definition

Overloads

DynamicsProcessing.BandStage(IntPtr, JniHandleOwnership)
DynamicsProcessing.BandStage(Boolean, Boolean, Int32)

Class constructor for BandStage

DynamicsProcessing.BandStage(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

DynamicsProcessing.BandStage(Boolean, Boolean, Int32)

Class constructor for BandStage

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

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.

bandCount
Int32

number of bands this stage will handle. If stage is not inUse, bandcount is set to 0

Attributes

Remarks

Class constructor for BandStage

Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.DynamicsProcessing$BandStage(boolean, boolean, int).

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