// acxelements.h
typedef enum _ACX_KEYWORDSPOTTER_CONFIG_FLAGS {
AcxKeywordSpotterConfigNoFlags,
AcxKeywordSpotterConfigValidFlags
} ACX_KEYWORDSPOTTER_CONFIG_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_KEYWORDSPOTTER_CONFIG_FLAGS enumeration defines the config flags for the ACX audio keyword spotter.
AcxKeywordSpotterConfigNoFlagsIndicates that no config flags are set.
AcxKeywordSpotterConfigValidFlagsFor internal validation, do not use.
There are no flags currently defined for this type.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.