KSPROPERTY_TIMECODE_S structure (ksmedia.h)
The KSPROPERTY_TIMECODE_S structure describes a timecode.
Syntax
typedef struct {
KSPROPERTY Property;
TIMECODE_SAMPLE TimecodeSamp;
} KSPROPERTY_TIMECODE_S, *PKSPROPERTY_TIMECODE_S;
Members
Property
Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
TimecodeSamp
Specifies the timecode sample. Timecode, absolute track number (ATN) and relative time counter (RTC) are in the TimecodeSamp.timecode.dwFrames member.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |