KSCAMERA_METADATA_PHOTOCONFIRMATION structure (ksmedia.h)
This structure contains the photo confirmation metadata information that is filled by the camera driver.
Syntax
typedef struct tagKSCAMERA_METADATA_PHOTOCONFIRMATION {
KSCAMERA_METADATA_ITEMHEADER Header;
ULONG PhotoConfirmationIndex;
ULONG Reserved;
} KSCAMERA_METADATA_PHOTOCONFIRMATION, *PKSCAMERA_METADATA_PHOTOCONFIRMATION;
Members
Header
A KSCAMERA_METADATA_ITEMHEADER structure that contains the metadata header information that is filled by the camera driver.
PhotoConfirmationIndex
Stores the index of the still confirmation frame. For single photo capture, this is always 0. For multishot, this corresponds to the index of the photo frame captured.
Reserved
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h |