Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

DrmStore.Playback

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

Class Overview

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
DrmStore.Playback ()
This constructor was deprecated in API level 16. This class should have been an interface instead. The default constuctor should have not been exposed.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int PAUSE

Playback paused.

Constant Value: 2 (0x00000002)

public static final int RESUME

Playback resumed.

Constant Value: 3 (0x00000003)

public static final int START

Playback started.

Constant Value: 0 (0x00000000)

public static final int STOP

Playback stopped.

Constant Value: 1 (0x00000001)

Public Constructors

public DrmStore.Playback ()

This constructor was deprecated in API level 16.
This class should have been an interface instead. The default constuctor should have not been exposed.