Source position: mmio.pas line 1362
type _MMVIDEOHEADER = record |
ulStructLen: LongInt; |
ulContentType: LongInt; |
ulMediaType: LongInt; |
ulVideoCapsFlags: LongInt; |
ulWidth: LongInt; |
ulHeight: LongInt; |
ulScale: LongInt; |
ulRate: LongInt; |
ulStart: LongInt; |
ulLength: LongInt; |
ulTotalFrames: LongInt; |
ulInitialFrames: LongInt; |
mmtimePerFrame: MMTIME; |
ulSuggestedBufferSize: LongInt; |
genpalVideo: GENPAL; |
pmmXDIBHeader: pmmxdibHeader; |
ulHHRWidth: LongInt; |
fHHR: Boolean; |
end; |