Skip to content

IADLXDisplayConnectivityExperience

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayConnectivityExperience interface enables configuration of Display Connectivity Experience (DCE) settings on a display.

InterfaceId:IADLXDisplayConnectivityExperience
Smart Pointer Interface Name:IADLXDisplayConnectivityExperiencePtr
Inherits:IADLXInterface
Inherited By:N/A

DCE is a suite of display features that enhance display robustness with respect to signal quality between the GPU and display.

Methods

MethodDescription
GetDPLinkRateGets the Display Port (DP) link rate on a display.
GetNumberOfActiveLanesGets the number of active lanes on a display.
GetNumberOfTotalLanesGets the total number of lanes on a display.
GetRelativePreEmphasisGets the relative preset emphasis on a display.
GetRelativeVoltageSwingGets the relative voltage swing on a display.
IsEnabledHDMIQualityDetectionChecks if HDMI quality detection is enabled on a display.
IsEnabledLinkProtectionChecks if link protection is enabled on a display.
IsSupportedDPLinkChecks if DP link is supported on a display.
IsSupportedHDMIQualityDetectionChecks if HDMI quality detection is supported on a display.
SetEnabledHDMIQualityDetectionSets the enabled or disabled status for HDMI quality detection on a display.
SetRelativePreEmphasisSets the relative preset emphasis on a display.
SetRelativeVoltageSwingSets the relative voltage swing on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.2

Example

To see how to use this interface in a C++ application, refer to the DisplayConnectivityExperience C++ sample.

For a C application, refer to the DisplayConnectivityExperience C sample.

Subpages

API Reference

This page references: