ACX_JACK_CONFIG_FLAGS enumeration (acxpin.h)

The ACX_JACK_CONFIG_FLAGS enumeration is used to describe the properties of a physical jack to an audio class extension (ACX).

Syntax

typedef enum _ACX_JACK_CONFIG_FLAGS {
  AcxJackConfigNoFlags,
  AcxJackConfigJackDetection,
  AcxJackConfigValidFlags
} ACX_JACK_CONFIG_FLAGS;

Constants

 
AcxJackConfigNoFlags
Indicates that there are no flags set.
AcxJackConfigJackDetection
Indicates if the audio hardware can detect whether a device is plugged in.
AcxJackConfigValidFlags
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 acxpin.h

See also

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