SDL
2.0
|
Data Fields | |
WaveFMT | wavefmt |
Uint16 | wSamplesPerBlock |
Uint16 | wNumCoef |
Sint16 | aCoeff [7][2] |
struct MS_ADPCM_decodestate | state [2] |
Definition at line 38 of file SDL_wave.c.
Sint16 MS_ADPCM_decoder::aCoeff[7][2] |
Definition at line 43 of file SDL_wave.c.
Referenced by InitMS_ADPCM(), and MS_ADPCM_decode().
struct MS_ADPCM_decodestate MS_ADPCM_decoder::state[2] |
Definition at line 45 of file SDL_wave.c.
Referenced by MS_ADPCM_decode().
WaveFMT MS_ADPCM_decoder::wavefmt |
Definition at line 40 of file SDL_wave.c.
Referenced by InitMS_ADPCM(), and MS_ADPCM_decode().
Uint16 MS_ADPCM_decoder::wNumCoef |
Definition at line 42 of file SDL_wave.c.
Referenced by InitMS_ADPCM().
Uint16 MS_ADPCM_decoder::wSamplesPerBlock |
Definition at line 41 of file SDL_wave.c.
Referenced by InitMS_ADPCM(), and MS_ADPCM_decode().