Click or drag to resize

AudioServerGetBusPeakVolumeLeftDb Method

Returns the peak volume of the left speaker at bus index bus_idx and channel index channel.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float GetBusPeakVolumeLeftDb(
	int busIdx,
	int channel
)

Parameters

busIdx
Type: SystemInt32

[Missing <param name="busIdx"/> documentation for "M:Godot.AudioServer.GetBusPeakVolumeLeftDb(System.Int32,System.Int32)"]

channel
Type: SystemInt32

[Missing <param name="channel"/> documentation for "M:Godot.AudioServer.GetBusPeakVolumeLeftDb(System.Int32,System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.AudioServer.GetBusPeakVolumeLeftDb(System.Int32,System.Int32)"]

See Also