Aracılığıyla paylaş


DynamicsProcessing.EqBand Constructors

Definition

Overloads

DynamicsProcessing.EqBand(DynamicsProcessing+EqBand)
DynamicsProcessing.EqBand(Boolean, Single, Single)

Class constructor for EqBand

DynamicsProcessing.EqBand(DynamicsProcessing+EqBand)

[Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$EqBand;)V", "", ApiSince=28)]
public EqBand (Android.Media.Audiofx.DynamicsProcessing.EqBand? cfg);
[<Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$EqBand;)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.EqBand : Android.Media.Audiofx.DynamicsProcessing.EqBand -> Android.Media.Audiofx.DynamicsProcessing.EqBand

Parameters

Attributes

Applies to

DynamicsProcessing.EqBand(Boolean, Single, Single)

Class constructor for EqBand

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

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.

gain
Single

of equalizer band in decibels (dB). A gain of 0 dB means no change in level.

Attributes

Remarks

Class constructor for EqBand

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