SDL 2.0
|
#include <SDL_wave.h>
Definition at line 50 of file SDL_wave.h.
Uint16 WaveFormat::bitspersample |
Definition at line 58 of file SDL_wave.h.
Referenced by MS_ADPCM_CalculateSampleFrames().
Uint16 WaveFormat::blockalign |
Definition at line 57 of file SDL_wave.h.
Referenced by IMA_ADPCM_Decode(), MS_ADPCM_CalculateSampleFrames(), and MS_ADPCM_Decode().
Uint32 WaveFormat::byterate |
Definition at line 56 of file SDL_wave.h.
Uint32 WaveFormat::channelmask |
Definition at line 68 of file SDL_wave.h.
Uint16 WaveFormat::channels |
Definition at line 54 of file SDL_wave.h.
Referenced by IMA_ADPCM_CalculateSampleFrames(), IMA_ADPCM_Decode(), MS_ADPCM_CalculateSampleFrames(), and MS_ADPCM_Decode().
Uint16 WaveFormat::encoding |
Definition at line 53 of file SDL_wave.h.
Referenced by LAW_Decode().
Uint16 WaveFormat::extsize |
Definition at line 63 of file SDL_wave.h.
Uint16 WaveFormat::formattag |
Definition at line 52 of file SDL_wave.h.
Uint32 WaveFormat::frequency |
Definition at line 55 of file SDL_wave.h.
Uint32 WaveFormat::samplesperblock |
Definition at line 67 of file SDL_wave.h.
Referenced by IMA_ADPCM_Decode(), and MS_ADPCM_Decode().
Uint8 WaveFormat::subformat[16] |
Definition at line 69 of file SDL_wave.h.
Uint16 WaveFormat::validsamplebits |
Definition at line 66 of file SDL_wave.h.