public static class

DrmStore.DrmObjectType

extends Object
java.lang.Object
   ↳ android.drm.DrmStore.DrmObjectType

Class Overview

Defines constants related to DRM types

Summary

Constants
int CONTENT Field specifies the protected content type
int RIGHTS_OBJECT Field specifies the rights information
int TRIGGER_OBJECT Field specifies the trigger information
int UNKNOWN Field specifies the unknown type
Public Constructors
DrmStore.DrmObjectType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CONTENT

Since: API Level 11

Field specifies the protected content type

Constant Value: 1 (0x00000001)

public static final int RIGHTS_OBJECT

Since: API Level 11

Field specifies the rights information

Constant Value: 2 (0x00000002)

public static final int TRIGGER_OBJECT

Since: API Level 11

Field specifies the trigger information

Constant Value: 3 (0x00000003)

public static final int UNKNOWN

Since: API Level 11

Field specifies the unknown type

Constant Value: 0 (0x00000000)

Public Constructors

public DrmStore.DrmObjectType ()

Since: API Level 11