table of contents
other versions
- experimental 3~git20250302~78a2035+ds-1
Mix_HaltMusic(3) | SDL_mixer3 FUNCTIONS | Mix_HaltMusic(3) |
NAME¶
Mix_HaltMusic - Halt playing of the music stream.
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
void Mix_HaltMusic(void);
DESCRIPTION¶
This will stop further playback of music until a new music object is started there.
Any halted music will call any callback specified by
Mix_HookMusicFinished () before this function returns.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.0.0 | SDL_mixer |