KSPROPERTY_TIMECODE_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  KSPROPERTY      Property;
  TIMECODE_SAMPLE TimecodeSamp;
} KSPROPERTY_TIMECODE_S, *PKSPROPERTY_TIMECODE_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksproperty_timecode_s)

KSPROPERTY_TIMECODE_S structure

Description

The KSPROPERTY_TIMECODE_S structure describes a timecode.

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.

See also

KSPROPERTY

KSPROPERTY_TIMECODE_NODE_S

TIMECODE_SAMPLE