Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.02 KB

ns-acxpin-acx_physical_connection.md

File metadata and controls

90 lines (67 loc) · 2.02 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_PHYSICAL_CONNECTION
audio
ACX_PHYSICAL_CONNECTION
04/12/2022
Windows
The ACX_PHYSICAL_CONNECTION structure describes a physical audio connection between two ACXCIRCUIT objects.
false
structure
acxpin.h
ACX_PHYSICAL_CONNECTION, *PACX_PHYSICAL_CONNECTION
apiref
HeaderDef
acxpin.h
_ACX_PHYSICAL_CONNECTION
PACX_PHYSICAL_CONNECTION
ACX_PHYSICAL_CONNECTION
_ACX_PHYSICAL_CONNECTION
acxpin/_ACX_PHYSICAL_CONNECTION
PACX_PHYSICAL_CONNECTION
acxpin/PACX_PHYSICAL_CONNECTION
ACX_PHYSICAL_CONNECTION
acxpin/ACX_PHYSICAL_CONNECTION
c++

-description

The ACX_PHYSICAL_CONNECTION structure describes a physical audio connection between two ACXCIRCUIT objects.

-struct-fields

-field Size

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

-field Flags

A value from the ACX_PHYSICAL_CONNECTION_FLAGS enum that specifies the type of physical connection.

-field FromPin

A union that identifies the from pin of the physical connection.

-field FromPin.Object

An ACXPIN object used to identify the FromPin.

-field FromPin.Id

The ID used to identify the FromPin.

-field TargetName

A string containing the name of the target pin.

-field TargetPinId

The ID of the target pin.

-remarks

ACX requirements

Minimum ACX version: 1.0

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

-see-also