MediaDrm.OfflineLicenseStateReleased Field

Definition

Caution

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

Offline license is released, the keys have been marked for release using #getKeyRequest with KEY_TYPE_RELEASE but the key response has not been received.

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

Field Value

Value = 2
Attributes

Remarks

Offline license is released, the keys have been marked for release using #getKeyRequest with KEY_TYPE_RELEASE but the key response has not been received.

Java documentation for android.media.MediaDrm.OFFLINE_LICENSE_STATE_RELEASED.

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