ACX_CIRCUIT_TYPE enumeration (acxcircuit.h)

The ACX_CIRCUIT_TYPE enumeration defines the types of ACXCIRCUITs.

Syntax

typedef enum _ACX_CIRCUIT_TYPE {
  AcxCircuitTypeOther,
  AcxCircuitTypeRender,
  AcxCircuitTypeCapture,
  AcxCircuitTypeMaximum
} ACX_CIRCUIT_TYPE, *PACX_CIRCUIT_TYPE;

Constants

 
AcxCircuitTypeOther
The circuit type is other.
AcxCircuitTypeRender
The circuit type is render.
AcxCircuitTypeCapture
The circuit type is capture.
AcxCircuitTypeMaximum
For internal validation, do not use.

Remarks

Example

Example usage is shown below.

   ACX_CIRCUIT_TYPE                circuitType     = AcxCircuitTypeRender;

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxcircuit.h

See also

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