// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_METADATAINFO {
LONG BufferAlignment;
ULONG MaxMetadataBufferSize;
} KSCAMERA_EXTENDEDPROP_METADATAINFO, *PKSCAMERA_EXTENDEDPROP_METADATAINFO;
View the official Windows Driver Kit DDI referenceNo description available.
This structure represents the metadata information for the extended property control.
BufferAlignmentThe required alignment for the metadata buffer.
BufferAlignment can be one of the following values:
MaxMetadataBufferSizeThe size of the metadata buffer.