HdcpSetProtectionResult
HdcpSetProtectionResult
HdcpSetProtectionResult
HdcpSetProtectionResult
Enum
Definition
Describes whether setting HDCP was successful.
public : enum class HdcpSetProtectionResultpublic enum HdcpSetProtectionResultPublic Enum HdcpSetProtectionResult// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| NotSupported NotSupported NotSupported NotSupported | The device doesn't support the HDCP level that was attempted. |
| Success Success Success Success | HDCP was successfully set. |
| TimedOut TimedOut TimedOut TimedOut | The HDCP operation timed out and protection was not set. |
| UnknownFailure UnknownFailure UnknownFailure UnknownFailure | The HDCP operation failed for an unknown reason. |
Remarks
You can call GetResults on the HDCP operation, and then check that against this enumeration in order to determine whether it was successful or not. See HdcpSession for a usage example.