Android.Media.RemoteControlClient: Field Members

The fields of Android.Media.RemoteControlClient are listed below. For a list of all members, see the RemoteControlClient Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
FlagKeyMediaFastForwardRemoteControlFlags (64). Flag indicating a RemoteControlClient makes use of the "fast forward" media key.
const
FlagKeyMediaNextRemoteControlFlags (128). Flag indicating a RemoteControlClient makes use of the "next" media key.
const
FlagKeyMediaPauseRemoteControlFlags (16). Flag indicating a RemoteControlClient makes use of the "pause" media key.
const
FlagKeyMediaPlayRemoteControlFlags (4). Flag indicating a RemoteControlClient makes use of the "play" media key.
const
FlagKeyMediaPlayPauseRemoteControlFlags (8). Flag indicating a RemoteControlClient makes use of the "play/pause" media key.
const
FlagKeyMediaPositionUpdateRemoteControlFlags (256). Flag indicating a RemoteControlClient can receive changes in the media playback position through the NoType:android/media/RemoteControlClient$OnPlaybackPositionUpdateListener;Href=../../../reference/android/media/RemoteControlClient.OnPlaybackPositionUpdateListener.html interface.
const
FlagKeyMediaPreviousRemoteControlFlags (1). Flag indicating a RemoteControlClient makes use of the "previous" media key.
const
FlagKeyMediaRatingRemoteControlFlags (512). Flag indicating a RemoteControlClient supports ratings.
const
FlagKeyMediaRewindRemoteControlFlags (2). Flag indicating a RemoteControlClient makes use of the "rewind" media key.
const
FlagKeyMediaStopRemoteControlFlags (32). Flag indicating a RemoteControlClient makes use of the "stop" media key.
const
PlaystateBufferingRemoteControlPlayState (8). Playback state of a RemoteControlClient which is buffering data to play before it can start or resume playback.
const
PlaystateErrorRemoteControlPlayState (9). Playback state of a RemoteControlClient which cannot perform any playback related operation because of an internal error.
const
PlaystateFastForwardingRemoteControlPlayState (4). Playback state of a RemoteControlClient which is fast forwarding in the media it is currently playing.
const
PlaystatePausedRemoteControlPlayState (2). Playback state of a RemoteControlClient which is paused.
const
PlaystatePlayingRemoteControlPlayState (3). Playback state of a RemoteControlClient which is playing media.
const
PlaystateRewindingRemoteControlPlayState (5). Playback state of a RemoteControlClient which is fast rewinding in the media it is currently playing.
const
PlaystateSkippingBackwardsRemoteControlPlayState (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.
const
PlaystateSkippingForwardsRemoteControlPlayState (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.
const
PlaystateStoppedRemoteControlPlayState (1). Playback state of a RemoteControlClient which is stopped.