ACX_MIC_ARRAY_TYPE enumeration (acxpin.h)

The ACX_MIC_ARRAY_TYPE enumeration is used to specify the type of a microphone array.

Syntax

typedef enum _ACX_MIC_ARRAY_TYPE {
  AcxMicArrayTypeLinear,
  AcxMicArrayTypePlanar,
  AcxMicArrayType3d,
  AcxMicArrayTypeMaximum
} ACX_MIC_ARRAY_TYPE;

Constants

 
AcxMicArrayTypeLinear
Indicates that the microphone array is linear.
AcxMicArrayTypePlanar
Indicates that the microphone array is planar.
AcxMicArrayType3d
Indicates that the microphone array is 3D.
AcxMicArrayTypeMaximum
For internal validation, do not use.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxpin.h

See also

  • [acxpin.h header](index.md)