DynamicsProcessing.BandBase Constructors

Definition

Overloads

DynamicsProcessing.BandBase(Boolean, Single)

Class constructor for BandBase

DynamicsProcessing.BandBase(IntPtr, JniHandleOwnership)

DynamicsProcessing.BandBase(Boolean, Single)

Class constructor for BandBase

[Android.Runtime.Register(".ctor", "(ZF)V", "", ApiSince=28)]
public BandBase (bool enabled, float cutoffFrequency);
[<Android.Runtime.Register(".ctor", "(ZF)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.BandBase : bool * single -> Android.Media.Audiofx.DynamicsProcessing.BandBase

Parameters

enabled
Boolean

true if this band is currently used to process sound. When false, the band is effectively muted and sound set to zero.

cutoffFrequency
Single

topmost frequency number (in Hz) this band will process. The effective bandwidth for the band is then computed using this and the previous band topmost frequency (or 0 Hz for band number 0). Frequencies are expected to increase with band number, thus band 0 cutoffFrequency <= band 1 cutoffFrequency, and so on.

Attributes

Remarks

Class constructor for BandBase

Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.DynamicsProcessing$BandBase(boolean, float).

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.BandBase(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to