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
public static final int PAUSE
Playback paused.
Constant Value: 2 (0x00000002)
RESUME
public static final int RESUME
Playback resumed.
Constant Value: 3 (0x00000003)
START
public static final int START
Playback started.
Constant Value: 0 (0x00000000)
STOP
public static final int STOP
Playback stopped.
Constant Value: 1 (0x00000001)
Public constructors
Playback
public Playback ()
This constructor is deprecated.
This class should have been an interface instead.
The default constuctor should have not been exposed.