estructura KSSTREAM_UVC_METADATA (ks.h)

La estructura KSSTREAM_UVC_METADATA contiene información de inicio y finalización de la marca de tiempo de fotogramas.

Sintaxis

typedef struct {
  KSSTREAM_UVC_METADATATYPE_TIMESTAMP StartOfFrameTimestamp;
  KSSTREAM_UVC_METADATATYPE_TIMESTAMP EndOfFrameTimestamp;
} KSSTREAM_UVC_METADATA, *PKSSTREAM_UVC_METADATA;

Miembros

StartOfFrameTimestamp

Contiene información de inicio de marca de tiempo de fotograma.

EndOfFrameTimestamp

Contiene información de fin de marca de tiempo de fotograma.

Requisitos

Requisito Valor
Header ks.h (incluya Ks.h)