HdcpProtection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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). |