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_HDMIValue: 0 High-Definition Multimedia Interface (HDMI) connection. |
KSJACK_SINK_CONNECTIONTYPE_DISPLAYPORTDisplay port. |
Requirements
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | devicetopology.h |