// acxpin.h
typedef enum _ACX_MIC_ARRAY_TYPE {
AcxMicArrayTypeLinear,
AcxMicArrayTypePlanar,
AcxMicArrayType3d,
AcxMicArrayTypeMaximum
} ACX_MIC_ARRAY_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_MIC_ARRAY_TYPE enumeration is used to specify the type of a microphone array.
AcxMicArrayTypeLinearIndicates that the microphone array is linear.
AcxMicArrayTypePlanarIndicates that the microphone array is planar.
AcxMicArrayType3dIndicates that the microphone array is 3D.
AcxMicArrayTypeMaximumFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.