Share via


MediaDrm.OfflineLicenseStateUsable 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 usable, the keys may be used for decryption.

[Android.Runtime.Register("OFFLINE_LICENSE_STATE_USABLE", 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 OfflineLicenseStateUsable = 1;
[<Android.Runtime.Register("OFFLINE_LICENSE_STATE_USABLE", 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 OfflineLicenseStateUsable : Android.Media.OfflineLicenseState

Field Value

Value = 1
Attributes

Remarks

Offline license is usable, the keys may be used for decryption.

Java documentation for android.media.MediaDrm.OFFLINE_LICENSE_STATE_USABLE.

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