HdcpLevel 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.
public enum HdcpLevel
type HdcpLevel =
- Inheritance
-
HdcpLevel
Fields
| Name | Value | Description |
|---|---|---|
| LevelUnknown | 0 | The DRM plugin did not report an HDCP level, or an error occurred accessing it Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| None | 1 | HDCP is not supported on this device, content is unprotected Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| V1 | 2 | HDCP version 1.0 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| V2 | 3 | HDCP version 2.0 Type 1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| V21 | 4 | HDCP version 2.1 Type 1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| V22 | 5 | HDCP version 2.2 Type 1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| V23 | 6 | HDCP version 2.3 Type 1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoDigitalOutput | 2147483647 | No digital output, implicitly secure Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |