Source position: AIFF.pas line 291
type CommonChunk = record
ckID: UInt32;
ckSize: SInt32;
numChannels: SInt16;
numSampleFrames: UInt32;
sampleSize: SInt16;
sampleRate: extended80;
end;