IADLXDisplayHDCP

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

Method

Description

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.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.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 .