KSCAMERA_EXTENDEDPROP_METADATAINFO - NtDoc

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

typedef struct tagKSCAMERA_EXTENDEDPROP_METADATAINFO {
  LONG  BufferAlignment;
  ULONG MaxMetadataBufferSize;
} KSCAMERA_EXTENDEDPROP_METADATAINFO, *PKSCAMERA_EXTENDEDPROP_METADATAINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-tagkscamera_extendedprop_metadatainfo)

tagKSCAMERA_EXTENDEDPROP_METADATAINFO structure

Description

This structure represents the metadata information for the extended property control.

Members

BufferAlignment

The required alignment for the metadata buffer.

BufferAlignment can be one of the following values:

MaxMetadataBufferSize

The size of the metadata buffer.