IADLXDisplayHDCP
The IADLXDisplayHDCP interface configures High-bandwidth Digital Content Protection (HDCP) settings for a display.
InterfaceId: |
DOX_IADLXDisplayHDCP |
Smart Pointer Interface Name: |
IADLXDisplayHDCPPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Checks if the HDCP is enabled on a display. |
|
Checks if the HDCP can be configured on a display. |
|
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 .