MediaDrm.HdcpLevelUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.HdcpLevel enum directly instead of this field.

The DRM plugin did not report an HDCP level, or an error occurred accessing it

[Android.Runtime.Register("HDCP_LEVEL_UNKNOWN", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.HdcpLevel enum directly instead of this field.", true)]
public const Android.Media.HdcpLevel HdcpLevelUnknown = 0;
[<Android.Runtime.Register("HDCP_LEVEL_UNKNOWN", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.HdcpLevel enum directly instead of this field.", true)>]
val mutable HdcpLevelUnknown : Android.Media.HdcpLevel

Field Value

Value = 0
Attributes

Remarks

The DRM plugin did not report an HDCP level, or an error occurred accessing it

Java documentation 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.

Applies to