Go to the documentation of this file.
21 #include "../SDL_internal.h"
28 #define RIFF 0x46464952
29 #define WAVE 0x45564157
30 #define FACT 0x74636166
31 #define LIST 0x5453494c
32 #define BEXT 0x74786562
33 #define JUNK 0x4B4E554A
34 #define FMT 0x20746D66
35 #define DATA 0x61746164
36 #define PCM_CODE 0x0001
37 #define MS_ADPCM_CODE 0x0002
38 #define IEEE_FLOAT_CODE 0x0003
39 #define IMA_ADPCM_CODE 0x0011
40 #define MP3_CODE 0x0055
41 #define EXTENSIBLE_CODE 0xFFFE