DynamicsProcessing.Config.Builder Constructor
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.
[Android.Runtime.Register(".ctor", "(IIZIZIZIZ)V", "", ApiSince=28)]
public Builder (int variant, int channelCount, bool preEqInUse, int preEqBandCount, bool mbcInUse, int mbcBandCount, bool postEqInUse, int postEqBandCount, bool limiterInUse);
[<Android.Runtime.Register(".ctor", "(IIZIZIZIZ)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Config.Builder : int * int * bool * int * bool * int * bool * int * bool -> Android.Media.Audiofx.DynamicsProcessing.Config.Builder
Parameters
- variant
- Int32
- channelCount
- Int32
- preEqInUse
- Boolean
- preEqBandCount
- Int32
- mbcInUse
- Boolean
- mbcBandCount
- Int32
- postEqInUse
- Boolean
- postEqBandCount
- Int32
- limiterInUse
- Boolean
- Attributes