TIMECODE union (strmif.h)
The TIMECODE structure contains basic timecode frame count information.
Syntax
typedef union _timecode {
struct {
WORD wFrameRate;
WORD wFrameFract;
DWORD dwFrames;
} DUMMYSTRUCTNAME;
DWORDLONG qw;
} TIMECODE;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.wFrameRate
DUMMYSTRUCTNAME.wFrameFract
DUMMYSTRUCTNAME.dwFrames
qw
Remarks
Fractional frame can be used to indicate temporal offset into frame when timecode was actually read from an external device; for example, wFrameFract=0x7ff means the timecode value was read from the device at the end of the first video field.
Requirements
Requirement | Value |
---|---|
Header | strmif.h (include Dshow.h) |