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

The internal format for a music chunk interpreted via codecs

## 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 struct _Mix_Music Mix_Music;
```

----
[CategoryAPI](CategoryAPI), [CategoryAPIStruct](CategoryAPIStruct)