MediaDrm.ErrorCodes.ErrorNoKey Field

Definition

Caution

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

The requested key was not found when trying to perform a decrypt operation.

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

Field Value

Value = 1
Attributes

Remarks

The requested key was not found when trying to perform a decrypt operation.

The operation can be retried after adding the correct decryption key.

Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_NO_KEY.

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