SetEnabled

Sets the HDCP to enabled or disabled on a display.

Syntax

Copied!

ADLX_RESULT     SetEnabled (adlx_bool enable)

Parameters

  1. [in] enable adlx_bool The new HDCP configuration state. Set true to enable HDCP. Set false to disable HDCP.

Return Value

If the state of HDCP configuration is successfully set, ADLX_OK is returned.

If the state of HDCP configuration is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

If the HDCP is disabled on this display, digitally protected content may be unplayable, or played at a lower resolution.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.0