Mix_MusicType
Name
Mix_MusicType -- Data type used to identify the format of a Mix_Music.
Structure Definition
typedef enum {
MUS_NONE,
MUS_CMD,
MUS_WAV,
MUS_MOD,
MUS_MID,
MUS_OGG,
MUS_MP3,
MUS_MP3_MAD
} Mix_MusicType;
