Source position: AIFF.pas line 328
type MarkerChunk = record
ckID: UInt32;
ckSize: SInt32;
numMarkers: UInt16;
Markers: array [0..0] of Marker;
end;