Get the active playing status of a channel
Zero if the channel is not playing. Otherwise if you passed in -1, the number of channels playing is returned. If you passed in a specific channel, then 1 is returned if it is playing.
Binds to C-function in SDL_mixer.h
int Mix_Playing(int channel)
// check how many channels are playing samples printf("%d channels are playing\n", Mix_Playing(-1));
SdlMixer Class | Tao.Sdl Namespace | Mix_Paused | Mix_PlayChannel | Mix_Pause