KSSTREAM_UVC_METADATATYPE_TIMESTAMP - NtDoc

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

typedef struct {
  ULONG  PresentationTimeStamp;
  ULONG  SourceClockReference;
  union {
    struct {
      USHORT Counter : 11;
      USHORT Reserved : 5;
    };
    USHORT SCRToken;
  };
  USHORT Reserved0;
  ULONG  Reserved1;
} KSSTREAM_UVC_METADATATYPE_TIMESTAMP, *PKSSTREAM_UVC_METADATATYPE_TIMESTAMP;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksstream_uvc_metadatatype_timestamp)

KSSTREAM_UVC_METADATATYPE_TIMESTAMP structure

Description

The KSSTREAM_UVC_METADATATYPE_TIMESTAMP structure contains USB video class (UVC) clock and timestamp information.

Members

PresentationTimeStamp

Specifies the presentation timestamp.

SourceClockReference

Specifies the source clock reference.

Counter

Specifies the source clock reference counter.

Reserved

Reserved.

SCRToken

Specifies the source clock reference token.

Reserved0

Reserved.

Reserved1

Reserved.