DynamicsProcessing.Limiter Constructors

Definition

Overloads

DynamicsProcessing.Limiter(DynamicsProcessing+Limiter)
DynamicsProcessing.Limiter(Boolean, Boolean, Int32, Single, Single, Single, Single, Single)

Class constructor for Limiter Stage

DynamicsProcessing.Limiter(DynamicsProcessing+Limiter)

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

Parameters

Attributes

Applies to

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

Class constructor for Limiter Stage

[Android.Runtime.Register(".ctor", "(ZZIFFFFF)V", "", ApiSince=28)]
public Limiter (bool inUse, bool enabled, int linkGroup, float attackTime, float releaseTime, float ratio, float threshold, float postGain);
[<Android.Runtime.Register(".ctor", "(ZZIFFFFF)V", "", ApiSince=28)>]
new Android.Media.Audiofx.DynamicsProcessing.Limiter : bool * bool * int * single * single * single * single * single -> Android.Media.Audiofx.DynamicsProcessing.Limiter

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

linkGroup
Int32

index of group assigned to this Limiter. Only limiters that share the same linkGroup index will react together.

attackTime
Single

Attack Time for limiter compressor in milliseconds (ms)

releaseTime
Single

Release Time for limiter compressor in milliseconds (ms)

ratio
Single

Limiter Compressor ratio (N:1) (input:output)

threshold
Single

Limiter Compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS).

postGain
Single

Gain applied to the signal AFTER compression.

Attributes

Remarks

Class constructor for Limiter Stage

Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.DynamicsProcessing$Limiter(boolean, boolean, int, float, float, float, float, float).

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