DynamicsProcessing.Limiter.PostGain Property

Definition

gets the gain applied to the signal AFTER limiting. -or- sets the gain to be applied to the siganl AFTER the limiter.

public float PostGain { [Android.Runtime.Register("getPostGain", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setPostGain", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getPostGain", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setPostGain", "(F)V", "", ApiSince=28)>]
member this.PostGain : single with get, set

Property Value

postGain value in decibels (dB)

Attributes

Remarks

Property getter documentation:

gets the gain applied to the signal AFTER limiting. Measured in decibels (dB) where 0 dB means no level change

Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getPostGain().

Property setter documentation:

sets the gain to be applied to the siganl AFTER the limiter. Measured in decibels (dB), where 0 dB means no level change.

Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setPostGain(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