MediaDrm.ErrorCodes.ErrorSecureStopRelease 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 secure stop request because a field in the stored license is empty or malformed.

[Android.Runtime.Register("ERROR_SECURE_STOP_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 ErrorSecureStopRelease = 30;
[<Android.Runtime.Register("ERROR_SECURE_STOP_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 ErrorSecureStopRelease : Android.Media.DrmErrorCode

Field Value

Value = 30
Attributes

Remarks

Failed to generate a secure stop request because a field in the stored license is empty or malformed.

The secure stop can't be released on the server, but the app may remove it explicitly using MediaDrm#removeSecureStop.

Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_SECURE_STOP_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