Source position: AIFF.pas line 395
type CommentsChunk = record
ckID: UInt32;
ckSize: SInt32;
numComments: UInt16;
Comment: array [0..0] of Comment_fix;
end;