ACX_JACK_GEN_LOCATION enumeration (acxpin.h)
The ACX_JACK_GEN_LOCATION enumeration is used by the ACX_JACK_DESCRIPTION structure to help describe the general location of an audio jack within a system.
Syntax
typedef enum _ACX_JACK_GEN_LOCATION {
AcxGenLocPrimaryBox,
AcxGenLocInternal,
AcxGenLocSeparate,
AcxGenLocOther,
AcxJackGenLocationMaximum
} ACX_JACK_GEN_LOCATION, *PACX_JACK_GEN_LOCATION;
Constants
AcxGenLocPrimaryBox Indicates that the jack is located on the primary chassis of the system. |
AcxGenLocInternal Indicates that the jack is located inside the primary chassis in the system. |
AcxGenLocSeparate Indicates that the jack is located on a separate chassis from the primary box. |
AcxGenLocOther Indicates that the jack is located somewhere other than the locations defined by this enum. |
AcxJackGenLocationMaximum 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 |