table of contents
other versions
- experimental 3~git20250302~78a2035+ds-1
Mix_StartTrack(3) | SDL_mixer3 FUNCTIONS | Mix_StartTrack(3) |
NAME¶
Mix_StartTrack - Start a track in music object.
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
bool Mix_StartTrack(Mix_Music *music, int track);
DESCRIPTION¶
This only applies to GME music formats.
FUNCTION PARAMETERS¶
RETURN VALUE¶
Returns true on success or false on failure; call SDL_GetError() for more information.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.0.0 | SDL_mixer |