BASS_ChannelIsActive

Checks if a sample, stream, MOD music, or CD channel is active (playing).

BOOL WINAPI BASS_ChannelIsActive(
    DWORD handle
);

Parameters
handleThe channel handle... a HCHANNEL, HMUSIC, HSTREAM, or CDCHANNEL.

Return value
If the channel is not active, or if handle is not a valid channel, FALSE is returned. If the channel is active, TRUE is returned.