RemoteControlPlayState Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum RemoteControlPlayState
type RemoteControlPlayState = 
Inheritance
RemoteControlPlayState

Fields

Buffering 8

Playback state of a RemoteControlClient which is buffering data to play before it can start or resume playback.

Error 9

Playback state of a RemoteControlClient which cannot perform any playback related operation because of an internal error.

FastForwarding 4

Playback state of a RemoteControlClient which is fast forwarding in the media it is currently playing.

Paused 2

Playback state of a RemoteControlClient which is paused.

Playing 3

Playback state of a RemoteControlClient which is playing media.

Rewinding 5

Playback state of a RemoteControlClient which is fast rewinding in the media it is currently playing.

SkippingBackwards 7

Playback state of a RemoteControlClient which is skipping back to the previous logical chapter (such as a song in a playlist) in the media it is currently playing.

SkippingForwards 6

Playback state of a RemoteControlClient which is skipping to the next logical chapter (such as a song in a playlist) in the media it is currently playing.

Stopped 1

Playback state of a RemoteControlClient which is stopped.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to