CUGL 1.2
Cornell University Game Library
Public Attributes | List of all members
cugl::audio::WaveFMT Struct Reference

#include <CUWAVDecoder.h>

Public Attributes

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

Detailed Description

This struct contains the RIFF information at the start of a WAVE file

Normally, this is stored in the first three chunks at the start of a WAVE file.

Member Data Documentation

Uint16 cugl::audio::WaveFMT::channels

The number of channels (1 = mono, 2 = stereo)

Uint16 cugl::audio::WaveFMT::encoding

The encoding type (PCM, IEEE, MS ADPCM, IMA ADPCM)


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