table of contents
other versions
- experimental 3~git20250302~78a2035+ds-1
Mix_MusicType(3type) | SDL_mixer3 DATATYPES | Mix_MusicType(3type) |
NAME¶
Mix_MusicType - These are types of music files (not libraries used to load them)
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
typedef enum Mix_MusicType { MUS_NONE, MUS_WAV, MUS_MOD, MUS_MID, MUS_OGG, MUS_MP3, MUS_MP3_MAD_UNUSED, MUS_FLAC, MUS_MODPLUG_UNUSED, MUS_OPUS, MUS_WAVPACK, MUS_GME } Mix_MusicType;
SDL_mixer 3.0.0 | SDL_mixer |