KSSTREAM_UVC_METADATA structure (ks.h)
The KSSTREAM_UVC_METADATA structure contains start and end of frame timestamp information.
Syntax
typedef struct {
KSSTREAM_UVC_METADATATYPE_TIMESTAMP StartOfFrameTimestamp;
KSSTREAM_UVC_METADATATYPE_TIMESTAMP EndOfFrameTimestamp;
} KSSTREAM_UVC_METADATA, *PKSSTREAM_UVC_METADATA;
Members
StartOfFrameTimestamp
Contains start of frame timestamp information.
EndOfFrameTimestamp
Contains end of frame timestamp information.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |