Share via


DynamicsProcessing.Mbc Constructors

Definition

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

Java documentation for android.media.audiofx.DynamicsProcessing.Mbc.DynamicsProcessing$Mbc(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