Skip to content

IADLXDisplayHDCP

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayHDCP interface configures High-bandwidth Digital Content Protection (HDCP) settings for a display.

InterfaceId:DOX_IADLXDisplayHDCP
Smart Pointer Interface Name:IADLXDisplayHDCPPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
IsEnabledChecks if the HDCP is enabled on a display.
IsSupportedChecks if the HDCP can be configured on a display.
SetEnabledSets the HDCP to enabled or disabled on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

Example

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

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

Subpages

  • IsEnabled - Checks if the HDCP is enabled on a display.
  • IsSupported - Checks if the HDCP can be configured on a display.
  • SetEnabled - Sets the HDCP to enabled or disabled on a display.

API Reference

This page references: