Added in API level 11
Deprecated in API level 30

DrmStore.Playback

public static class DrmStore.Playback
extends Object

java.lang.Object
   ↳ android.drm.DrmStore.Playback


Defines playback states for content.

Summary

Constants

int PAUSE

Playback paused.

int RESUME

Playback resumed.

int START

Playback started.

int STOP

Playback stopped.

Public constructors

Playback()

This constructor is deprecated. This class should have been an interface instead. The default constuctor should have not been exposed.

Inherited methods

Constants

PAUSE

Added in API level 11
public static final int PAUSE

Playback paused.

Constant Value: 2 (0x00000002)

RESUME

Added in API level 11
public static final int RESUME

Playback resumed.

Constant Value: 3 (0x00000003)

START

Added in API level 11
public static final int START

Playback started.

Constant Value: 0 (0x00000000)

STOP

Added in API level 11
public static final int STOP

Playback stopped.

Constant Value: 1 (0x00000001)

Public constructors

Playback

Added in API level 11
public Playback ()

This constructor is deprecated.
This class should have been an interface instead. The default constuctor should have not been exposed.