ACX_JACK_SINK_INFO_CONNECTION_TYPE enumeration (acxpin.h)

The ACX_JACK_SINK_INFO_CONNECTION_TYPE enumeration is used by the ACX_JACK_SINK_INFORMATION structure to specify the type of a connection.

Syntax

typedef enum _ACX_JACK_SINK_INFO_CONNECTION_TYPE {
  AcxJackSinkInfoConnectionTypeHdmi,
  AcxJackSinkInfoConnectionTypeDisplayPort
} ACX_JACK_SINK_INFO_CONNECTION_TYPE, *PACX_JACK_SINK_INFO_CONNECTION_TYPE;

Constants

 
AcxJackSinkInfoConnectionTypeHdmi
Indicates that the connection type is an HDMI jack.
AcxJackSinkInfoConnectionTypeDisplayPort
Indicates that the port type is a DisplayPort jack.

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)