Click or drag to resize

AudioServerGetBusChannels Method

Returns the amount of channels of the bus at index bus_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int GetBusChannels(
	int busIdx
)

Parameters

busIdx
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also