Share via


DynamicsProcessing.EqBand.Gain Property

Definition

gets current gain of band in decibels (dB) -or- sets current gain of band in decibels (dB)

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

Property Value

current gain of band in decibels (dB)

Attributes

Remarks

Property getter documentation:

gets current gain of band in decibels (dB)

Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.getGain().

Property setter documentation:

sets current gain of band in decibels (dB)

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