DynamicsProcessing.Eq Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DynamicsProcessing.Eq(DynamicsProcessing+Eq) | |
DynamicsProcessing.Eq(Boolean, Boolean, Int32) |
Class constructor for Equalizer (Eq) stage |
DynamicsProcessing.Eq(DynamicsProcessing+Eq)
[Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Eq;)V", "", ApiSince=28)]
public Eq (Android.Media.Audiofx.DynamicsProcessing.Eq? cfg);
[<Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Eq;)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Eq : Android.Media.Audiofx.DynamicsProcessing.Eq -> Android.Media.Audiofx.DynamicsProcessing.Eq
Parameters
- Attributes
Applies to
DynamicsProcessing.Eq(Boolean, Boolean, Int32)
Class constructor for Equalizer (Eq) stage
[Android.Runtime.Register(".ctor", "(ZZI)V", "", ApiSince=28)]
public Eq (bool inUse, bool enabled, int bandCount);
[<Android.Runtime.Register(".ctor", "(ZZI)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Eq : bool * bool * int -> Android.Media.Audiofx.DynamicsProcessing.Eq
Parameters
- inUse
- Boolean
true if Eq stage will be used, false otherwise.
- enabled
- Boolean
true if Eq stage is enabled/disabled. This can be changed while effect is running
- bandCount
- Int32
number of bands for this Equalizer stage. Can't be changed while effect is running
- Attributes
Remarks
Class constructor for Equalizer (Eq) stage
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.