Source position: CoreAudioTypes.pas line 784
type SMPTETime = record |
mSubframes: SInt16; |
mSubframeDivisor: SInt16; |
mCounter: UInt32; |
mType: UInt32; |
mFlags: UInt32; |
mHours: SInt16; |
mMinutes: SInt16; |
mSeconds: SInt16; |
mFrames: SInt16; |
end; |