Share via


HdcpProtection Enum

Definition

Describes the level of protection of an HdcpSession instance.

public enum class HdcpProtection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class HdcpProtection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum HdcpProtection
var value = Windows.Media.Protection.HdcpProtection.off
Public Enum HdcpProtection
Inheritance
HdcpProtection
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Name Value Description
Off 0

HDCP is off.

On 1

HDCP is on.

OnWithTypeEnforcement 2

HDCP is on with type enforcement (other connected devices/monitors, besides the one that the content is running on, have HDCP required).

Applies to