zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
WaveFMT Struct Reference

#include <SDL_wave.h>

Public Attributes

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

Detailed Description

Definition at line 43 of file SDL_wave.h.

Member Data Documentation

Uint16 WaveFMT::bitspersample

Definition at line 54 of file SDL_wave.h.

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

Uint16 WaveFMT::blockalign

Definition at line 53 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), and InitMS_ADPCM().

Uint32 WaveFMT::byterate

Definition at line 52 of file SDL_wave.h.

Referenced by InitIMA_ADPCM(), and InitMS_ADPCM().

Uint16 WaveFMT::channels

Definition at line 50 of file SDL_wave.h.

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

Uint16 WaveFMT::encoding

Definition at line 49 of file SDL_wave.h.

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

Uint32 WaveFMT::frequency

Definition at line 51 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: