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 IMA_ADPCM_Init(), LAW_Init(), MS_ADPCM_CalculateSampleFrames(), MS_ADPCM_Init(), PCM_Decode(), PCM_Init(), WaveCheckFormat(), WaveLoad(), and WaveReadFormat().
Uint16 WaveFormat::blockalign |
Definition at line 57 of file SDL_wave.h.
Referenced by IMA_ADPCM_CalculateSampleFrames(), IMA_ADPCM_Decode(), IMA_ADPCM_Init(), LAW_Decode(), LAW_Init(), MS_ADPCM_CalculateSampleFrames(), MS_ADPCM_Decode(), MS_ADPCM_Init(), PCM_Decode(), PCM_Init(), WaveCheckFormat(), and WaveReadFormat().
Uint32 WaveFormat::byterate |
Definition at line 56 of file SDL_wave.h.
Referenced by WaveReadFormat().
Uint32 WaveFormat::channelmask |
Definition at line 68 of file SDL_wave.h.
Referenced by WaveReadFormat().
Uint16 WaveFormat::channels |
Definition at line 54 of file SDL_wave.h.
Referenced by IMA_ADPCM_CalculateSampleFrames(), IMA_ADPCM_Decode(), IMA_ADPCM_Init(), LAW_Decode(), LAW_Init(), MS_ADPCM_CalculateSampleFrames(), MS_ADPCM_Decode(), MS_ADPCM_Init(), PCM_ConvertSint24ToSint32(), PCM_Init(), WaveCheckFormat(), WaveLoad(), and WaveReadFormat().
Uint16 WaveFormat::encoding |
Definition at line 53 of file SDL_wave.h.
Referenced by LAW_Decode(), PCM_Decode(), PCM_Init(), WaveCheckFormat(), WaveLoad(), and WaveReadFormat().
Uint16 WaveFormat::extsize |
Definition at line 63 of file SDL_wave.h.
Referenced by IMA_ADPCM_Init(), MS_ADPCM_Init(), and WaveReadFormat().
Uint16 WaveFormat::formattag |
Definition at line 52 of file SDL_wave.h.
Referenced by IMA_ADPCM_Init(), MS_ADPCM_Init(), WaveCheckFormat(), and WaveReadFormat().
Uint32 WaveFormat::frequency |
Definition at line 55 of file SDL_wave.h.
Referenced by WaveCheckFormat(), WaveLoad(), and WaveReadFormat().
Uint32 WaveFormat::samplesperblock |
Definition at line 67 of file SDL_wave.h.
Referenced by IMA_ADPCM_CalculateSampleFrames(), IMA_ADPCM_Decode(), IMA_ADPCM_Init(), MS_ADPCM_CalculateSampleFrames(), MS_ADPCM_Decode(), MS_ADPCM_Init(), and WaveReadFormat().
Uint8 WaveFormat::subformat[16] |
Definition at line 69 of file SDL_wave.h.
Referenced by WaveCheckFormat(), WaveGetFormatGUIDEncoding(), and WaveReadFormat().
Uint16 WaveFormat::validsamplebits |
Definition at line 66 of file SDL_wave.h.
Referenced by WaveReadFormat().