#include <pwavfile.h>
Public Attributes | |
ChunkHeader hdr | P_PACKED |
chunk header | |
PUInt16l format | P_PACKED |
Format. | |
PUInt16l numChannels | P_PACKED |
Channels 0x01 = mono, 0x02 = stereo. | |
PUInt32l sampleRate | P_PACKED |
Sample Rate in Hz. | |
PUInt32l bytesPerSec | P_PACKED |
Average bytes Per Second. | |
PUInt16l bytesPerSample | P_PACKED |
Bytes Per Sample, eg 2. | |
PUInt16l bitsPerSample | P_PACKED |
Bits Per Sample, eg 16. |
|
Bits Per Sample, eg 16.
|
|
Bytes Per Sample, eg 2.
|
|
Average bytes Per Second.
|
|
Sample Rate in Hz.
|
|
Channels 0x01 = mono, 0x02 = stereo.
|
|
Format.
|
|
chunk header
|