// 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 referenceNo description available.
The KSSTREAM_UVC_METADATATYPE_TIMESTAMP structure contains USB video class (UVC) clock and timestamp information.
PresentationTimeStampSpecifies the presentation timestamp.
SourceClockReferenceSpecifies the source clock reference.
CounterSpecifies the source clock reference counter.
ReservedReserved.
SCRTokenSpecifies the source clock reference token.
Reserved0Reserved.
Reserved1Reserved.