The fields of Android.Media.Session.PlaybackState are listed below. For a list of all members, see the PlaybackState Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionFastForward | long (64). Indicates this session supports the fast forward command. |
const | ActionPause | long (2). Indicates this session supports the pause command. |
const | ActionPlay | long (4). Indicates this session supports the play command. |
const | ActionPlayFromMediaId | long (1024). Indicates this session supports the play from media id command. |
const | ActionPlayFromSearch | long (2048). Indicates this session supports the play from search command. |
const | ActionPlayPause | long (512). Indicates this session supports the play/pause toggle command. |
const | ActionRewind | long (8). Indicates this session supports the rewind command. |
const | ActionSeekTo | long (256). Indicates this session supports the seek to command. |
const | ActionSetRating | long (128). Indicates this session supports the set rating command. |
const | ActionSkipToNext | long (32). Indicates this session supports the next command. |
const | ActionSkipToPrevious | long (16). Indicates this session supports the previous command. |
const | ActionSkipToQueueItem | long (4096). Indicates this session supports the skip to queue item command. |
const | ActionStop | long (1). Indicates this session supports the stop command. |
const | PlaybackPositionUnknown | long (-1). Use this value for the position to indicate the position is not known. |
const | StateBuffering | PlaybackStateCode (6). State indicating this item is currently buffering and will begin playing when enough data has buffered. |
const | StateConnecting | PlaybackStateCode (8). State indicating the class doing playback is currently connecting to a new destination. |
const | StateError | PlaybackStateCode (7). State indicating this item is currently in an error state. |
const | StateFastForwarding | PlaybackStateCode (4). State indicating this item is currently fast forwarding. |
const | StateNone | PlaybackStateCode (0). This is the default playback state and indicates that no media has been added yet, or the performer has been reset and has no content to play. |
const | StatePaused | PlaybackStateCode (2). State indicating this item is currently paused. |
const | StatePlaying | PlaybackStateCode (3). State indicating this item is currently playing. |
const | StateRewinding | PlaybackStateCode (5). State indicating this item is currently rewinding. |
const | StateSkippingToNext | PlaybackStateCode (10). State indicating the player is currently skipping to the next item. |
const | StateSkippingToPrevious | PlaybackStateCode (9). State indicating the player is currently skipping to the previous item. |
const | StateSkippingToQueueItem | PlaybackStateCode (11). State indicating the player is currently skipping to a specific item in the queue. |
const | StateStopped | PlaybackStateCode (1). State indicating this item is currently stopped. |