LoudnessEnhancer.ParamTargetGainMb Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Audiofx.LoudnessEnhancerParam enum directly instead of this field.

The maximum gain applied applied to the signal to process.

[Android.Runtime.Register("PARAM_TARGET_GAIN_MB")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.LoudnessEnhancerParam enum directly instead of this field.", true)]
public const Android.Media.Audiofx.LoudnessEnhancerParam ParamTargetGainMb = 0;
[<Android.Runtime.Register("PARAM_TARGET_GAIN_MB")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.LoudnessEnhancerParam enum directly instead of this field.", true)>]
val mutable ParamTargetGainMb : Android.Media.Audiofx.LoudnessEnhancerParam

Field Value

Value = 0
Attributes

Remarks

The maximum gain applied applied to the signal to process. It is expressed in millibels (100mB = 1dB) where 0mB corresponds to no amplification.

Java documentation for android.media.audiofx.LoudnessEnhancer.PARAM_TARGET_GAIN_MB.

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