WavHeader

*.wav file header DEPRECATED

Constructors

this
this(uint subchunk2Size, ushort audioFormat, ushort numOfChannels, ushort blockAlign, ushort bitsPerSample, uint sampleRate, uint byteRate)
Undocumented in source.

Members

Variables

audioFormat
ushort audioFormat;
Undocumented in source.
bitsPerSample
ushort bitsPerSample;
Undocumented in source.
blockAlign
ushort blockAlign;
Undocumented in source.
byteRate
uint byteRate;
Undocumented in source.
chunkID
char[4] chunkID;
Undocumented in source.
chunkSize
uint chunkSize;
Undocumented in source.
format
char[4] format;
Undocumented in source.
numOfChannels
ushort numOfChannels;
Undocumented in source.
sampleRate
uint sampleRate;
Undocumented in source.
subchunk1ID
char[4] subchunk1ID;
Undocumented in source.
subchunk1Size
uint subchunk1Size;
Undocumented in source.
subchunk2ID
char[4] subchunk2ID;
Undocumented in source.
subchunk2Size
uint subchunk2Size;
Undocumented in source.

Meta