Language

OfflineLicenseState Enum

Definition

public enum OfflineLicenseState
type OfflineLicenseState = 
Inheritance
OfflineLicenseState

Fields

Name Value Description
Unknown 0

Offline license state is unknown, an error occurred while trying to access it.

Android reference for android.media.MediaDrm.OFFLINE_LICENSE_STATE_UNKNOWN.

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.

Usable 1

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

Android reference 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.

Released 2

Offline license is released, the keys have been marked for release using getKeyRequest(byte, byte, String, int, HashMap) with KEY_TYPE_RELEASE but the key response has not been received.

Android reference 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