KSJACK_SINK_CONNECTIONTYPE enumeration (devicetopology.h)

The KSJACK_SINK_CONNECTIONTYPE enumeration defines constants that specify the type of connection. These values are used in the KSJACK_SINK_INFORMATION structure that stores information about an audio jack sink.

Syntax

typedef enum __MIDL___MIDL_itf_devicetopology_0000_0000_0010 {
  KSJACK_SINK_CONNECTIONTYPE_HDMI = 0,
  KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT
} KSJACK_SINK_CONNECTIONTYPE;

Constants

 
KSJACK_SINK_CONNECTIONTYPE_HDMI
Value: 0
High-Definition Multimedia Interface (HDMI) connection.
KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORT
Display port.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header devicetopology.h

See also

Core Audio Enumerations

IKsJackSinkInformation::GetJackSinkInformation

KSJACK_SINK_INFORMATION