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

Value: 6

Syntax

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

See Also

RemoteControlClient.SetPlaybackState(RemoteControlPlayState)

Remarks

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.

[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