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 KSPROPERTY_TIMECODE_NODE_S structure describes a timecode.
Syntax
typedef struct {
KSP_NODE NodeProperty;
TIMECODE_SAMPLE TimecodeSamp;
} KSPROPERTY_TIMECODE_NODE_S, *PKSPROPERTY_TIMECODE_NODE_S;
Members
NodeProperty
Specifies an initialized KSP_NODE structure that describes the property set, property ID, request type, and node ID.
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) |