// 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 referenceNo description available.
The KSSTREAM_UVC_METADATA structure contains start and end of frame timestamp information.
StartOfFrameTimestampContains start of frame timestamp information.
EndOfFrameTimestampContains end of frame timestamp information.