zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_wave.h File Reference
#include "SDL_config.h"

Go to the source code of this file.

Classes

struct  Chunk
 
struct  WaveFMT
 

Macros

#define DATA   0x61746164 /* "data" */
 
#define FACT   0x74636166 /* "fact" */
 
#define FMT   0x20746D66 /* "fmt " */
 
#define IEEE_FLOAT_CODE   0x0003
 
#define IMA_ADPCM_CODE   0x0011
 
#define LIST   0x5453494c /* "LIST" */
 
#define MP3_CODE   0x0055
 
#define MS_ADPCM_CODE   0x0002
 
#define PCM_CODE   0x0001
 
#define RIFF   0x46464952 /* "RIFF" */
 
#define WAVE   0x45564157 /* "WAVE" */
 
#define WAVE_MONO   1
 
#define WAVE_STEREO   2
 

Typedefs

typedef struct Chunk Chunk
 
typedef struct WaveFMT WaveFMT
 

Macro Definition Documentation

#define DATA   0x61746164 /* "data" */

Definition at line 33 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define FACT   0x74636166 /* "fact" */

Definition at line 30 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define FMT   0x20746D66 /* "fmt " */

Definition at line 32 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define IEEE_FLOAT_CODE   0x0003

Definition at line 36 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define IMA_ADPCM_CODE   0x0011

Definition at line 37 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define LIST   0x5453494c /* "LIST" */

Definition at line 31 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define MP3_CODE   0x0055

Definition at line 38 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define MS_ADPCM_CODE   0x0002

Definition at line 35 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define PCM_CODE   0x0001

Definition at line 34 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define RIFF   0x46464952 /* "RIFF" */

Definition at line 28 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define WAVE   0x45564157 /* "WAVE" */

Definition at line 29 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW().

#define WAVE_MONO   1

Definition at line 39 of file SDL_wave.h.

#define WAVE_STEREO   2

Definition at line 40 of file SDL_wave.h.

Typedef Documentation

typedef struct Chunk Chunk
typedef struct WaveFMT WaveFMT