Freigeben über


DynamicsProcessing.Config.GetInputGainByChannelIndex(Int32) Method

Definition

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

Java documentation for android.media.audiofx.DynamicsProcessing.Config.getInputGainByChannelIndex(int).

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