XgmIsPcmPlaying()

Last Modified: 9/10/2021

Returns a non-zero value if the specified channel is currently playing a sample.

Arguments

NameTypeRequiredDescription
Channel Integer Yes Valid values are 0,1,2, and 3.

Example

Syntax: XgmIsPcmPlaying(<Channel>)
    a = XgmIsPcmPlaying(0)
    Print a

See Also

XgmElapsedTime&(), XgmIsMusicPlaying()