audChannelPlaying

Category: Audio

Syntax:

audChannelPlaying:Int(channel:Int)


Parameters

Returns

Int



Summary

Checks if a channel is currently playing.

Takes channel (channel handle).

Returns 1 if the channel is valid and currently playing, otherwise returns 0.

View detailed documentation online



Example
If audChannelPlaying(channel) Then
	;Do something if playing
Else
	;If not, do something else!
EndIf

BambooBasic © 2026 Michael Denathorn