DynamicsProcessing.Channel.InputGain 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 inputGain value in decibels (dB). -or- Sets inputGain value in decibels (dB).
public float InputGain { [Android.Runtime.Register("getInputGain", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setInputGain", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getInputGain", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setInputGain", "(F)V", "", ApiSince=28)>]
member this.InputGain : single with get, set
Property Value
gain value in decibels (dB)
- Attributes
Remarks
Property getter documentation:
Gets inputGain value in decibels (dB). 0 dB means no change;
Java documentation for android.media.audiofx.DynamicsProcessing.Channel.getInputGain()
.
Property setter documentation:
Sets inputGain value in decibels (dB). 0 dB means no change;
Java documentation for android.media.audiofx.DynamicsProcessing.Channel.setInputGain(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.