KSSTREAM_UVC_METADATA - NtDoc

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

typedef struct {
  KSSTREAM_UVC_METADATATYPE_TIMESTAMP StartOfFrameTimestamp;
  KSSTREAM_UVC_METADATATYPE_TIMESTAMP EndOfFrameTimestamp;
} KSSTREAM_UVC_METADATA, *PKSSTREAM_UVC_METADATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSSTREAM_UVC_METADATA structure

Description

The KSSTREAM_UVC_METADATA structure contains start and end of frame timestamp information.

Members

StartOfFrameTimestamp

Contains start of frame timestamp information.

EndOfFrameTimestamp

Contains end of frame timestamp information.