LoudnessEnhancer.SetTargetGain(Int32) Method

Definition

Set the target gain for the audio effect.

[Android.Runtime.Register("setTargetGain", "(I)V", "GetSetTargetGain_IHandler")]
public virtual void SetTargetGain (int gainmB);
[<Android.Runtime.Register("setTargetGain", "(I)V", "GetSetTargetGain_IHandler")>]
abstract member SetTargetGain : int -> unit
override this.SetTargetGain : int -> unit

Parameters

gainmB
Int32

the effect target gain expressed in mB. 0mB corresponds to no amplification.

Attributes

Exceptions

Remarks

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