DisplayConfigVideoOutputTechnology Enumeration
Specifies the connector type.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DisplayConfigVideoOutputTechnology
Public Enumeration DisplayConfigVideoOutputTechnology
Dim instance As DisplayConfigVideoOutputTechnology
public enum class DisplayConfigVideoOutputTechnology
type DisplayConfigVideoOutputTechnology
No code example is currently available or this language may not be supported.
HD15 |
0 |
HD15 (VGA) connector.
|
SVIDEO |
1 |
S-video connector.
|
CompositeVideo |
2 |
Composite video connector group.
|
ComponentVideo |
3 |
Component video connector group.
|
DVI |
4 |
Digital Video Interface (DVI) connector.
|
HDMI |
5 |
High-Definition Multimedia Interface (HDMI) connector.
|
LVDS |
6 |
Low Voltage Differential Swing (LVDS) connector.
|
D_JPN |
7 |
Japanese D connector.
|
SDI |
8 |
SDI connector.
|
ExternalDisplayPort |
9 |
External display port, which is a display port that connects externally to a display device.
|
Other |
-1 |
Indicates a connector that is not one of the types that is indicated by
the following enumerators in this enumeration.
|
EmbeddedDisplayPort |
10 |
Embedded display port that connects internally to a display device.
|
ExternalUDI |
11 |
Eexternal Unified Display Interface (UDI),
which is a UDI that connects externally to a display device.
|
EmbeddedUDI |
12 |
Embedded UDI that connects internally to a display device.
|
SDTV_Dongle |
13 |
Dongle cable that supports standard definition television (SDTV).
|
Miracast |
14 |
Indicates that the VidPN target is a Miracast wireless display device.
Supported starting in Windows 8.1.
|
IndirectWired |
15 |
The displayconfig output technology indirect wired.
|
IndirectVirtual |
16 |
The displayconfig output technology indirect virtual.
|
Internal |
-2,147,483,648 |
Indicates that the video output device connects internally to a
display device (for example, the internal connection in a laptop computer).
|