The members of Android.Media.Session.PlaybackState are listed below.
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. |
[read-only] | Actions | long. Get the current actions available on this session. |
[read-only] | ActiveQueueItemId | long. Get the id of the currently active item in the queue. |
[read-only] | BufferedPosition | long. Get the current buffered position in ms. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | CustomActions | IList<PlaybackState.CustomAction>. Get the list of custom actions. |
[read-only] | ErrorMessage | string. Documentation for this section has not yet been entered. |
[read-only] | ErrorMessageFormatted | Java.Lang.ICharSequence. Get a user readable error message. |
[read-only] | LastPositionUpdateTime | long. Get the elapsed real time at which position was last updated. |
[read-only] | PlaybackSpeed | float. Get the current playback speed as a multiple of normal playback. |
[read-only] | Position | long. Get the current playback position in ms. |
[read-only] | State | PlaybackStateCode. Get the current state of playback. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |