MediaDrm.ErrorCodes.ErrorLicenseRelease Field

Definition

Caution

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

Failed to generate a release request because a field in the offline license is empty or malformed.

[Android.Runtime.Register("ERROR_LICENSE_RELEASE", 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 ErrorLicenseRelease = 19;
[<Android.Runtime.Register("ERROR_LICENSE_RELEASE", 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 ErrorLicenseRelease : Android.Media.DrmErrorCode

Field Value

Value = 19
Attributes

Remarks

Failed to generate a release request because a field in the offline license is empty or malformed.

The license can't be released on the server, but the app may remove the offline license explicitly using MediaDrm#removeOfflineLicense.

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

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