Click or drag to resize

AudioEffectEQSetBandGainDb Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBandGainDb(
	int bandIdx,
	float volumeDb
)

Parameters

bandIdx
Type: SystemInt32

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

volumeDb
Type: SystemSingle

[Missing <param name="volumeDb"/> documentation for "M:Godot.AudioEffectEQ.SetBandGainDb(System.Int32,System.Single)"]

See Also