Public Attributes | |
unsigned int | avgBytesPerSec |
unsigned short | bitsPerSample |
unsigned short | blockAlign |
unsigned short | channels |
char | chunkID [4] |
long | chunkSize |
short | formatTag |
unsigned int | samplesPerSec |
Definition at line 3 of file wavefile.cpp.
unsigned int FormatChunk::avgBytesPerSec |
Definition at line 9 of file wavefile.cpp.
unsigned short FormatChunk::bitsPerSample |
Definition at line 11 of file wavefile.cpp.
unsigned short FormatChunk::blockAlign |
Definition at line 10 of file wavefile.cpp.
unsigned short FormatChunk::channels |
Definition at line 7 of file wavefile.cpp.
char FormatChunk::chunkID[4] |
Definition at line 4 of file wavefile.cpp.
Definition at line 5 of file wavefile.cpp.
short FormatChunk::formatTag |
Definition at line 6 of file wavefile.cpp.
unsigned int FormatChunk::samplesPerSec |
Definition at line 8 of file wavefile.cpp.