Click or drag to resize

AudioEffectEQGetBandGainDb Method

Returns the band's gain at the specified index, in dB.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetBandGainDb(
	int bandIdx
)

Parameters

bandIdx
Type: SystemInt32

[Missing <param name="bandIdx"/> documentation for "M:Godot.AudioEffectEQ.GetBandGainDb(System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AudioEffectEQ.GetBandGainDb(System.Int32)"]

See Also