Langue

DynamicsProcessing.Channel Constructeurs

Définition

Surcharges

DynamicsProcessing.Channel(DynamicsProcessing+Channel)

[Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Channel;)V", "", ApiSince=28)]
public Channel(Android.Media.Audiofx.DynamicsProcessing.Channel cfg);
[<Android.Runtime.Register(".ctor", "(Landroid/media/audiofx/DynamicsProcessing$Channel;)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Channel : Android.Media.Audiofx.DynamicsProcessing.Channel -> Android.Media.Audiofx.DynamicsProcessing.Channel

Paramètres

Attributs

S’applique à

DynamicsProcessing.Channel(Single, Boolean, Int32, Boolean, Int32, Boolean, Int32, Boolean)

Constructeur de classe pour la configuration du canal.

[Android.Runtime.Register(".ctor", "(FZIZIZIZ)V", "", ApiSince=28)]
public Channel(float inputGain, bool preEqInUse, int preEqBandCount, bool mbcInUse, int mbcBandCount, bool postEqInUse, int postEqBandCount, bool limiterInUse);
[<Android.Runtime.Register(".ctor", "(FZIZIZIZ)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Channel : single * bool * int * bool * int * bool * int * bool -> Android.Media.Audiofx.DynamicsProcessing.Channel

Paramètres

inputGain
Single

valeur en décbels (dB) de modification de niveau appliquée à l’audio avant le traitement. La valeur 0 dB signifie qu’aucune modification n’est apportée.

preEqInUse
Boolean

true si l’étape PreEq est utilisée, false sinon. Cela ne peut pas être modifié ultérieurement.

preEqBandCount
Int32

nombre de bandes pour la phase PreEq. Cela ne peut pas être modifié ultérieurement.

mbcInUse
Boolean

true si l’étape Mbc est utilisée, false dans le cas contraire. Cela ne peut pas être modifié ultérieurement.

mbcBandCount
Int32

nombre de bandes pour la scène Mbc. Cela ne peut pas être modifié ultérieurement.

postEqInUse
Boolean

true si l’étape PostEq est utilisée, false sinon. Cela ne peut pas être modifié ultérieurement.

postEqBandCount
Int32

nombre de bandes pour la scène PostEq. Cela ne peut pas être modifié ultérieurement.

limiterInUse
Boolean

true si l’étape Limiteur est utilisée, false sinon. Cela ne peut pas être modifié ultérieurement.

Attributs

Remarques

Constructeur de classe pour la configuration du canal.

Java documentation pour android.media.audiofx.DynamicsProcessing.Channel.DynamicsProcessing$Channel(float, boolean, int, boolean, int, boolean, int, boolean).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à