table of contents
other versions
- experimental 3~git20250302~78a2035+ds-1
Mix_Paused(3) | SDL_mixer3 FUNCTIONS | Mix_Paused(3) |
NAME¶
Mix_Paused - Query whether a particular channel is paused.
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
int Mix_Paused(int channel);
DESCRIPTION¶
If an invalid channel is specified, this function returns zero.
FUNCTION PARAMETERS¶
- channel
- the channel to query, or -1 to query all channels.
RETURN VALUE¶
Return 1 if channel paused, 0 otherwise. If channel is -1, returns the number of paused channels.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.0.0 | SDL_mixer |