audGetChannelVolume

Category: Audio

Syntax:

audGetChannelVolume:Double(channel:Int)


Parameters

Returns

Double



Summary

Gets the current volume of a playing channel.

Takes channel (channel handle).

Returns the current volume setting for the specified channel.

View detailed documentation online



Example
Local vol:Double = audGetChannelVolume(channel)

BambooBasic © 2026 Michael Denathorn