The members of Android.Media.RemoteControlClient are listed below.
See Also: Inherited members from Java.Lang.Object
Class constructor. | ||
Class constructor for a remote control client whose internal event handling happens on a user-provided Looper. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | FlagKeyMediaFastForward | RemoteControlFlags (64). Flag indicating a RemoteControlClient makes use of the "fast forward" media key. |
const | FlagKeyMediaNext | RemoteControlFlags (128). Flag indicating a RemoteControlClient makes use of the "next" media key. |
const | FlagKeyMediaPause | RemoteControlFlags (16). Flag indicating a RemoteControlClient makes use of the "pause" media key. |
const | FlagKeyMediaPlay | RemoteControlFlags (4). Flag indicating a RemoteControlClient makes use of the "play" media key. |
const | FlagKeyMediaPlayPause | RemoteControlFlags (8). Flag indicating a RemoteControlClient makes use of the "play/pause" media key. |
const | FlagKeyMediaPositionUpdate | RemoteControlFlags (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 | FlagKeyMediaPrevious | RemoteControlFlags (1). Flag indicating a RemoteControlClient makes use of the "previous" media key. |
const | FlagKeyMediaRating | RemoteControlFlags (512). Flag indicating a RemoteControlClient supports ratings. |
const | FlagKeyMediaRewind | RemoteControlFlags (2). Flag indicating a RemoteControlClient makes use of the "rewind" media key. |
const | FlagKeyMediaStop | RemoteControlFlags (32). Flag indicating a RemoteControlClient makes use of the "stop" media key. |
const | PlaystateBuffering | RemoteControlPlayState (8). Playback state of a RemoteControlClient which is buffering data to play before it can start or resume playback. |
const | PlaystateError | RemoteControlPlayState (9). Playback state of a RemoteControlClient which cannot perform any playback related operation because of an internal error. |
const | PlaystateFastForwarding | RemoteControlPlayState (4). Playback state of a RemoteControlClient which is fast forwarding in the media it is currently playing. |
const | PlaystatePaused | RemoteControlPlayState (2). Playback state of a RemoteControlClient which is paused. |
const | PlaystatePlaying | RemoteControlPlayState (3). Playback state of a RemoteControlClient which is playing media. |
const | PlaystateRewinding | RemoteControlPlayState (5). Playback state of a RemoteControlClient which is fast rewinding in the media it is currently playing. |
const | PlaystateSkippingBackwards | RemoteControlPlayState (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 | PlaystateSkippingForwards | RemoteControlPlayState (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 | PlaystateStopped | RemoteControlPlayState (1). Playback state of a RemoteControlClient which is stopped. |
GetPlaybackPosition | RemoteControlClient.GetPlaybackPositionHandler. Documentation for this section has not yet been entered. | |
[read-only] | MediaSession | Android.Media.Session.MediaSession. Get a Android.Media.Session.MediaSession associated with this RCC. |
[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. |
MetadataUpdate | Documentation for this section has not yet been entered. | |
PlaybackPositionUpdate | Documentation for this section has not yet been entered. |