KSCAMERA_MetadataId - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  MetadataId_Standard_Start,
  MetadataId_PhotoConfirmation,
  MetadataId_UsbVideoHeader,
  MetadataId_CaptureStats,
  MetadataId_CameraExtrinsics,
  MetadataId_CameraIntrinsics,
  MetadataId_FrameIllumination,
  MetadataId_DigitalWindow,
  MetadataId_BackgroundSegmentationMask,
  MetadataId_Standard_End,
  MetadataId_Custom_Start
} KSCAMERA_MetadataId;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-kscamera_metadataid)

Description

This enumeration contains identifiers for a metadata item.

Constants

MetadataId_Standard_Start

Enumerates the standard start metadata ID.

MetadataId_PhotoConfirmation

Enumerates the photo confirmation metadata ID.

MetadataId_UsbVideoHeader

Enumerates the USB video header metadata ID.

MetadataId_CaptureStats

Enumerates the capture stats metadata ID.

MetadataId_CameraExtrinsics

Enumerates the camera extrinsics metadata ID.

MetadataId_CameraIntrinsics

Enumerates the camera intrinsics metadata ID.

MetadataId_FrameIllumination

Enumerates the digital window metadata ID.

MetadataId_DigitalWindow

Enumerates the digital window metadata ID.

MetadataId_BackgroundSegmentationMask

Enumerates the background segmentation mask metadata ID.

MetadataId_Standard_End

Enumerate the standard end metadata ID.

MetadataId_Custom_Start

Enumerates the lowest acceptable custom metadata ID.

Remarks

See also