// acxpin.h
typedef enum _ACX_MICARRAYGEOMETRY_CONFIG_FLAGS {
AcxMicArrayGeometryConfigNoFlags,
AcxMicArrayGeometryConfigValidFlags
} ACX_MICARRAYGEOMETRY_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_MICARRAYGEOMETRY_CONFIG_FLAGS enumeration is used to configure the geometry of a microphone array.
AcxMicArrayGeometryConfigNoFlagsIndicates that there are no flags set.
AcxMicArrayGeometryConfigValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.