Source position: mmbase.pas line 1796
type VIDEOFRAME = record
usTrackNumber: Word;
ulDuration: LongInt;
ulFrameFlags: LongInt;
ulCompressionType: LongInt;
bData: array [0..1] of Byte;
end;