ACX_PIN_CONFIG_FLAGS enumeration (acxpin.h)
The ACX_PIN_CONFIG_FLAGS enumeration specifies pin configuration settings used in the ACX_PIN_CONFIG structure.
Syntax
typedef enum _ACX_PIN_CONFIG_FLAGS {
AcxPinConfigNoFlags,
AcxPinConfigMicrophoneConfigSpecified,
AcxPinConfigNoDefaultDataFormatLists,
AcxPinConfigValidFlags
} ACX_PIN_CONFIG_FLAGS;
Constants
AcxPinConfigNoFlags Indicates that there are no flags set. |
AcxPinConfigMicrophoneConfigSpecified Indicates that an ACX_MICROPHONE_CONFIG structure is available for this pin. |
AcxPinConfigNoDefaultDataFormatLists Indicates that there are no default data format lists for this pin. |
AcxPinConfigValidFlags 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 |