Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 2 KB

ns-acxpin-acx_jack_config.md

File metadata and controls

84 lines (65 loc) · 2 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:acxpin._ACX_JACK_CONFIG
audio
ACX_JACK_CONFIG
07/28/2022
Windows
The ACX_JACK_CONFIG structure is used to configure an audio jack.
false
structure
acxpin.h
ACX_JACK_CONFIG, *PACX_JACK_CONFIG
apiref
HeaderDef
acxpin.h
_ACX_JACK_CONFIG
PACX_JACK_CONFIG
ACX_JACK_CONFIG
_ACX_JACK_CONFIG
acxpin/_ACX_JACK_CONFIG
PACX_JACK_CONFIG
acxpin/PACX_JACK_CONFIG
ACX_JACK_CONFIG
acxpin/ACX_JACK_CONFIG
c++

-description

The ACX_JACK_CONFIG structure is used to configure an audio jack.

-struct-fields

-field Size

The size of all of the data in the ACX_JACK_CONFIG structure in bytes.

-field Id

An identifier associated with the jack. Currently not used, set to AcxJackPropertiesIdDefault.

-field Flags

A combination of values from the ACX_JACK_CONFIG_FLAGS enum that describe the jack.

-field Callbacks

A pointer to an ACX_JACK_CALLBACKS structure that specifies the callback functions for the jack.

-field Description

An ACX_JACK_DESCRIPTION structure that describes the jack, including the connection type, location of the jack, and so on.

-remarks

ACX requirements

Minimum ACX version: 1.0

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

-see-also