SDL  2.0
WaveFMT Struct Reference

#include <SDL_wave.h>

Data Fields

Uint16 encoding
 
Uint16 channels
 
Uint32 frequency
 
Uint32 byterate
 
Uint16 blockalign
 
Uint16 bitspersample
 

Detailed Description

Definition at line 46 of file SDL_wave.h.

Field Documentation

◆ bitspersample

Uint16 WaveFMT::bitspersample

Definition at line 57 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), InitMS_ADPCM(), and SDL_LoadWAV_RW().

◆ blockalign

Uint16 WaveFMT::blockalign

Definition at line 56 of file SDL_wave.h.

Referenced by IMA_ADPCM_decode(), InitIMA_ADPCM(), InitMS_ADPCM(), and MS_ADPCM_decode().

◆ byterate

Uint32 WaveFMT::byterate

Definition at line 55 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), and InitMS_ADPCM().

◆ channels

Uint16 WaveFMT::channels

◆ encoding

Uint16 WaveFMT::encoding

Definition at line 52 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), InitMS_ADPCM(), and SDL_LoadWAV_RW().

◆ frequency

Uint32 WaveFMT::frequency

Definition at line 54 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), InitMS_ADPCM(), and SDL_LoadWAV_RW().


The documentation for this struct was generated from the following file: