Since: API Level 11
public static interface

DrmStore.ConstraintsColumns

android.drm.DrmStore.ConstraintsColumns

Class Overview

Interface definition for the columns that represent DRM constraints.

Summary

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.

Constants

public static final String EXTENDED_METADATA

Since: API Level 11

The data stream for extended metadata.

Type: TEXT

Constant Value: "extended_metadata"

public static final String LICENSE_AVAILABLE_TIME

Since: API Level 11

The available time left before the license expires.

Type: TEXT

Constant Value: "license_available_time"

public static final String LICENSE_EXPIRY_TIME

Since: API Level 11

The time after which the rights-protected file cannot be played/viewed.

Type: TEXT

Constant Value: "license_expiry_time"

public static final String LICENSE_START_TIME

Since: API Level 11

The time before which the rights-protected file cannot be played/viewed.

Type: TEXT

Constant Value: "license_start_time"

public static final String MAX_REPEAT_COUNT

Since: API Level 11

The maximum repeat count.

Type: INTEGER

Constant Value: "max_repeat_count"

public static final String REMAINING_REPEAT_COUNT

Since: API Level 11

The remaining repeat count.

Type: INTEGER

Constant Value: "remaining_repeat_count"