// ksmedia.h
typedef union _timecode {
struct {
WORD wFrameRate;
WORD wFrameFract;
DWORD dwFrames;
};
DWORDLONG qw;
} TIMECODE;
View the official Windows Driver Kit DDI referenceNo description available.
The TIMECODE union describes a timecode from an external device. This structure is no longer used.
wFrameRateSpecifies the frame rate.
wFrameFractSpecifies the fractional frame. The full-scale frame is 0x1000.
dwFramesSpecifies a timecode value as a binary frame count.
qwSpecifies the timecode as a quad-word.
This structure is defined for the purpose of searching to a timecode based on an absolute track number (ATN) and/or relative time counter (RTC). However, not all devices support searching to a timecode using this structure.
KSPROPERTY_EXTXPORT_RAW_AVC_CMD