ACX_AUDIOENGINE_CONFIG_FLAGS enumeration (acxelements.h)

The ACX_AUDIOENGINE_CONFIG_FLAGS enumeration defines the config flags for the ACX audio engine.

Syntax

typedef enum _ACX_AUDIOENGINE_CONFIG_FLAGS {
  AcxAudioEngineConfigNoFlags,
  AcxAudioEngineConfigVolumeNotPresent,
  AcxAudioEngineConfigVolumeSecondary,
  AcxAudioEngineConfigMuteNotPresent,
  AcxAudioEngineConfigMuteSecondary,
  AcxAudioEngineConfigPeakMeterNotPresent,
  AcxAudioEngineConfigPeakMeterSecondary,
  AcxAudioEngineConfigValidFlags
} ACX_AUDIOENGINE_CONFIG_FLAGS;

Constants

 
AcxAudioEngineConfigNoFlags
Indicates that no config flags are set.
AcxAudioEngineConfigValidFlags
For internal validation, do not use.

Remarks

There are no flags currently defined for this type.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxelements.h

See also

  • [acxelements.h header](index.md)