FileDocCategorySizeDatePackage
PlaybackState.javaAPI DocAndroid 5.1 API5449Sat Mar 14 14:09:44 GMT 2015android.media.session

PlaybackState

public final class PlaybackState extends Object implements android.os.Parcelable

Fields Summary
public static final long
ACTION_FAST_FORWARD
public static final long
ACTION_PAUSE
public static final long
ACTION_PLAY
public static final long
ACTION_PLAY_FROM_MEDIA_ID
public static final long
ACTION_PLAY_FROM_SEARCH
public static final long
ACTION_PLAY_PAUSE
public static final long
ACTION_REWIND
public static final long
ACTION_SEEK_TO
public static final long
ACTION_SET_RATING
public static final long
ACTION_SKIP_TO_NEXT
public static final long
ACTION_SKIP_TO_PREVIOUS
public static final long
ACTION_SKIP_TO_QUEUE_ITEM
public static final long
ACTION_STOP
public static final android.os.Parcelable.Creator
CREATOR
public static final long
PLAYBACK_POSITION_UNKNOWN
public static final int
STATE_BUFFERING
public static final int
STATE_CONNECTING
public static final int
STATE_ERROR
public static final int
STATE_FAST_FORWARDING
public static final int
STATE_NONE
public static final int
STATE_PAUSED
public static final int
STATE_PLAYING
public static final int
STATE_REWINDING
public static final int
STATE_SKIPPING_TO_NEXT
public static final int
STATE_SKIPPING_TO_PREVIOUS
public static final int
STATE_SKIPPING_TO_QUEUE_ITEM
public static final int
STATE_STOPPED
Constructors Summary
PlaybackState()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public longgetActions()

 throw new RuntimeException("Stub!"); 
public longgetActiveQueueItemId()

 throw new RuntimeException("Stub!"); 
public longgetBufferedPosition()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetCustomActions()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetErrorMessage()

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

 throw new RuntimeException("Stub!"); 
public longgetLastPositionUpdateTime()

 throw new RuntimeException("Stub!"); 
public floatgetPlaybackSpeed()

 throw new RuntimeException("Stub!"); 
public longgetPosition()

 throw new RuntimeException("Stub!"); 
public intgetState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");