DynamicsProcessing.EqBand.Gain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.