Condividi tramite


KSSTREAM_UVC_METADATATYPE_TIMESTAMP struttura (ks.h)

La struttura KSSTREAM_UVC_METADATATYPE_TIMESTAMP contiene informazioni sull'orologio e sul timestamp USB (UVC).

Sintassi

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;

Members

PresentationTimeStamp

Specifica il timestamp della presentazione.

SourceClockReference

Specifica il riferimento all'orologio di origine.

Counter

Specifica il contatore di riferimento dell'orologio di origine.

Reserved

Riservato.

SCRToken

Specifica il token di riferimento dell'orologio di origine.

Reserved0

Riservato.

Reserved1

Riservato.

Requisiti

Requisito Valore
Intestazione ks.h (include Ks.h)