Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |