OPM Connector Type Flags
The values in the following table specify the type of physical connector for a video output.
Constant/value | Description |
---|---|
|
Indicates a type of physical connector that is not on this list. |
|
Video Graphics Array (VGA) connector. |
|
S-Video connector. |
|
Composite video connector. |
|
Component video connector. |
|
Digital video interface (DVI) connector. |
|
High-definition multimedia interface (HDMI) connector. |
|
Low voltage differential signaling (LVDS) connector or MIPI Digital Serial Interface (DSI). A connector using the LVDS or MIPI Digital Serial Interface (DSI) interface to connect internally to a display device. The connection between the graphics adapter and the display device is permanent, non-removable, and not accessible to the user. Applications should not enable High-Bandwidth Digital Content Protection (HDCP) for this connector. |
|
Japanese D connector. (A connector conforming to the EIAJ RC-5237 standard.) |
|
SDI (serial digital image) connector. |
|
A display port that connects externally to a display device. |
|
An embedded display port that connects internally to a display device. Also known as an integrated display port. Applications should not enable High-Bandwidth Digital Content Protection (HDCP) for embedded display ports. |
|
A Unified Display Interface (UDI) that connects externally to a display device. |
|
An embedded UDI that connects internally to a display device. Also known as an integrated UDI. |
|
Reserved for future use. Supported in Windows 8.1 and later. |
|
A Miracast wireless connector. Supported in Windows 8.1 and later. |
|
Internal connector. The connection between the graphics adapter and the display device is permanent and not accessible to the user. This flag is used only in COPP emulation mode. It can be combined with the other values. |
Remarks
If a connector is described as embedded or integrated, it implies that the connector is internal. These connectors have "EMBEDDED" in the name of the enumeration constant.
Applications should ignore the OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL flag and instead check for connector types with "EMBEDDED" in the constant name.
With the exception of OPM_COPP_COMPATIBLE_CONNECTOR_TYPE_INTERNAL, the values listed here are not bit flags, and cannot be combined.
Some of these values are equivalent to values from the COPP_ConnectorType enumeration used in Certified Output Protection Protocol (COPP).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also