Android.Media.RemoteControlClient.PlaystateSkippingBackwards Field
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.

Value: 7

Syntax

[Android.Runtime.Register("PLAYSTATE_SKIPPING_BACKWARDS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.RemoteControlPlayState enum directly instead of this field.")]
public const RemoteControlPlayState PlaystateSkippingBackwards

See Also

RemoteControlClient.SetPlaybackState(RemoteControlPlayState)

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14