WavHeaderSubchunk1

Split mode Wav Header, Subchunk1.

Constructors

this
this(ushort audioFormat, ushort numOfChannels, ushort blockAlign, ushort bitsPerSample, uint sampleRate, uint byteRate, uint subchunk1Size)
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.
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.

Meta