DynamicsProcessing.Mbc 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.Mbc(DynamicsProcessing+Mbc) | |
DynamicsProcessing.Mbc(Boolean, Boolean, Int32) |
Constructor for Multi-Band Compressor (MBC) stage |
DynamicsProcessing.Mbc(DynamicsProcessing+Mbc)
[Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Mbc;)V", "", ApiSince=28)]
public Mbc (Android.Media.Audiofx.DynamicsProcessing.Mbc? cfg);
[<Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Mbc;)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Mbc : Android.Media.Audiofx.DynamicsProcessing.Mbc -> Android.Media.Audiofx.DynamicsProcessing.Mbc
Parameters
- Attributes
Applies to
DynamicsProcessing.Mbc(Boolean, Boolean, Int32)
Constructor for Multi-Band Compressor (MBC) stage
[Android.Runtime.Register(".ctor", "(ZZI)V", "", ApiSince=28)]
public Mbc (bool inUse, bool enabled, int bandCount);
[<Android.Runtime.Register(".ctor", "(ZZI)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Mbc : bool * bool * int -> Android.Media.Audiofx.DynamicsProcessing.Mbc
Parameters
- inUse
- Boolean
true if MBC stage will be used, false otherwise.
- enabled
- Boolean
true if MBC stage is enabled/disabled. This can be changed while effect is running
- bandCount
- Int32
number of bands for this MBC stage. Can't be changed while effect is running
- Attributes
Remarks
Constructor for Multi-Band Compressor (MBC) 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.