[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int Mix_Playing(int channel)
Tells you if channel is playing, or not.
Note: Does not check if the channel has been paused.
Returns: 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.
|
See Also:
4.3.14 Mix_Paused,
5.4 Mix_Fading,
4.3.3 Mix_PlayChannel,
4.3.7 Mix_Pause,