Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_DATAFORMAT_CONFIG_FLAGS enumeration is used to configure the properties of a data format used by an audio class extension (ACX) driver.
Syntax
typedef enum _ACX_DATAFORMAT_CONFIG_FLAGS {
AcxDataFormatConfigNoFlags,
AcxDataFormatConfigValidFlags
} ACX_DATAFORMAT_CONFIG_FLAGS;
Constants
AcxDataFormatConfigNoFlagsIndicates that there are no flags set. |
AcxDataFormatConfigValidFlagsFor 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 | acxdataformat.h |