DynamicsProcessing.Config.Builder Constructor

Definition

[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

Applies to