MediaDrm.KeyTypeRelease Field

Definition

Caution

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

This key request type specifies that previously saved offline keys should be released.

[Android.Runtime.Register("KEY_TYPE_RELEASE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmKeyType KeyTypeRelease = 3;
[<Android.Runtime.Register("KEY_TYPE_RELEASE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmKeyType enum directly instead of this field.", true)>]
val mutable KeyTypeRelease : Android.Media.MediaDrmKeyType

Field Value

Value = 3
Attributes

Remarks

This key request type specifies that previously saved offline keys should be released.

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