Language

HdcpLevel Enum

Definition

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 android.media.MediaDrm.HDCP_LEVEL_UNKNOWN.

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 android.media.MediaDrm.HDCP_NONE.

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 android.media.MediaDrm.HDCP_V1.

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 android.media.MediaDrm.HDCP_V2.

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 android.media.MediaDrm.HDCP_V2_1.

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 android.media.MediaDrm.HDCP_V2_2.

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 android.media.MediaDrm.HDCP_V2_3.

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 android.media.MediaDrm.HDCP_NO_DIGITAL_OUTPUT.

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.

Applies to