_WavHeader
Default mainpageat91libutility_WavHeader
Description Public Protected Private Related All Inheritance Collaboration
_WavHeader
Standard WAV file header information.
 
Struct Attributes Table
Public ( Name ) Type Description
 audioFormat unsigned short
PCM = 1 (i.e.
 bitsPerSample unsigned short
8 bits = 8, 16 bits = 16, etc.
 blockAlign unsigned short
NumChannels * BitsPerSample/8.
 byteRate unsigned int
SampleRate * NumChannels * BitsPerSample/8.
 chunkID unsigned int
Contains the letters "RIFF" in ASCII form.
 chunkSize unsigned int
Size of the rest of the chunk following this number.
 format unsigned int
Contains the letters "WAVE".
 numChannels unsigned short
Mono = 1, Stereo = 2, etc.
 sampleRate unsigned int
8000, 44100, etc.
 subchunk1ID unsigned int
Contains the letters "fmt ".
 subchunk1Size unsigned int
16 for PCM.
 subchunk2ID unsigned int
Contains the letters "data".
 subchunk2Size unsigned int
Number of bytes in the data.
Description
Standard WAV file header information.

 
Source
The documentation for this Class was generated from the following files:
  • wav.h