Query whether a particular channel is paused.
Defined in <SDL3_mixer/SDL_mixer.h>
int Mix_Paused(int channel);
int | channel | the channel to query, or -1 to query all channels. |
(int) Return 1 if channel paused, 0 otherwise. If channel
is -1, returns the number of paused channels.
If an invalid channel is specified, this function returns zero.
This function is available since SDL_mixer 3.0.0.