Source position: fpwavformat.pas line 308
type TWaveFormat = packed record
ChunkHeader: TChunkHeader;
Format: UInt16;
Channels: UInt16;
SampleRate: UInt32;
ByteRate: UInt32;
BlockAlign: UInt16;
BitsPerSample: UInt16;
end;