DynamicsProcessing.Config.GetInputGainByChannelIndex(Int32) Method
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) for channel indicated by channelIndex
[Android.Runtime.Register("getInputGainByChannelIndex", "(I)F", "", ApiSince=28)]
public float GetInputGainByChannelIndex (int channelIndex);
[<Android.Runtime.Register("getInputGainByChannelIndex", "(I)F", "", ApiSince=28)>]
member this.GetInputGainByChannelIndex : int -> single
Parameters
- channelIndex
- Int32
index of channel of interest
Returns
inputGain value in decibels (dB). 0 dB means no change.
- Attributes
Remarks
Gets inputGain value in decibels (dB) for channel indicated by channelIndex
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.