###### (This function is part of SDL_mixer, a separate library from SDL.)
# Mix_MusicType

These are types of music files (not libraries used to load them)

## Header File

Defined in [<SDL3_mixer/SDL_mixer.h>](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/SDL_mixer.h)

## Syntax

```c
typedef enum Mix_MusicType {
    MUS_NONE,
    MUS_WAV,
    MUS_MOD,
    MUS_MID,
    MUS_OGG,
    MUS_MP3,
    MUS_FLAC,
    MUS_OPUS,
    MUS_WAVPACK,
    MUS_GME
} Mix_MusicType;
```

----
[CategoryAPI](CategoryAPI), [CategoryAPIEnum](CategoryAPIEnum), [CategorySDLMixer](CategorySDLMixer)