android.drm.DrmStore.ConstraintsColumns |
Interface definition for the columns that represent DRM constraints.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EXTENDED_METADATA | The data stream for extended metadata. | |||||||||
String | LICENSE_AVAILABLE_TIME | The available time left before the license expires. | |||||||||
String | LICENSE_EXPIRY_TIME | The time after which the rights-protected file cannot be played/viewed. | |||||||||
String | LICENSE_START_TIME | The time before which the rights-protected file cannot be played/viewed. | |||||||||
String | MAX_REPEAT_COUNT | The maximum repeat count. | |||||||||
String | REMAINING_REPEAT_COUNT | The remaining repeat count. |
The data stream for extended metadata.
Type: TEXT
The available time left before the license expires.
Type: TEXT
The time after which the rights-protected file cannot be played/viewed.
Type: TEXT
The time before which the rights-protected file cannot be played/viewed.
Type: TEXT
The maximum repeat count.
Type: INTEGER
The remaining repeat count.
Type: INTEGER