ACX_DEVICEINIT_CONFIG_FLAGS enumeration (acxdevice.h)

The ACX_DEVICEINIT_CONFIG_FLAGS enum defines values used to initialize the audio class extension.

Syntax

typedef enum _ACX_DEVICEINIT_CONFIG_FLAGS {
  AcxDeviceInitConfigNoFlags,
  AcxDeviceInitConfigRawDevice,
  AcxDeviceInitConfigValidFlags
} ACX_DEVICEINIT_CONFIG_FLAGS;

Constants

 
AcxDeviceInitConfigNoFlags
Indicates that no flags are set.
AcxDeviceInitConfigRawDevice
Indicates to Plug and Play that the device is a raw audio device.
AcxDeviceInitConfigValidFlags
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 acxdevice.h

See also