Source position: CVBase.pas line 380
type CVTimeStamp = record |
version: UInt32; |
videoTimeScale: SInt32; |
videoTime: SInt64; |
hostTime: UInt64; |
rateScalar: Float64; |
videoRefreshPeriod: SInt64; |
smpteTime: CVSMPTETime; |
flags: UInt64; |
reserved: UInt64; |
end; |