ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS enumeration (acxmanager.h)

The ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS enumeration is used to configure the properties of a circuit template used by the audio class extension (ACX) manager.

Syntax

typedef enum _ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS {
  AcxCircuitTemplateConfigNoFlags,
  AcxCircuitTemplateCircuitOnDemand,
  AcxCircuitTemplateConfigValidFlags
} ACX_CIRCUIT_TEMPLATE_CONFIG_FLAGS;

Constants

 
AcxCircuitTemplateConfigNoFlags
Indicates that there are no flags set.
AcxCircuitTemplateCircuitOnDemand
Indicates that the circuit template is for an on-demand circuit.
AcxCircuitTemplateConfigValidFlags
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 acxmanager.h

See also