to top
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 is deprecated. 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

Since: API Level 11

Playback paused.

Constant Value: 2 (0x00000002)

public static final int RESUME

Since: API Level 11

Playback resumed.

Constant Value: 3 (0x00000003)

public static final int START

Since: API Level 11

Playback started.

Constant Value: 0 (0x00000000)

public static final int STOP

Since: API Level 11

Playback stopped.

Constant Value: 1 (0x00000001)

Public Constructors

public DrmStore.Playback ()

Since: API Level 11

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