ACX_DATAFORMAT_LIST_CONFIG_FLAGS enumeration (acxdataformat.h)

The ACX_DATAFORMAT_LIST_CONFIG_FLAGS enumeration is used to configure a data format list used by an audio class extension (ACX) driver.

Syntax

typedef enum _ACX_DATAFORMAT_LIST_CONFIG_FLAGS {
  AcxDataFormatListConfigNoFlags,
  AcxDataFormatListConfigValidFlags
} ACX_DATAFORMAT_LIST_CONFIG_FLAGS;

Constants

 
AcxDataFormatListConfigNoFlags
Indicates that there are no flags set.
AcxDataFormatListConfigValidFlags
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 acxdataformat.h

See also