RemoteControlClient.PlaystateSkippingForwards Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.RemoteControlPlayState enum directly instead of this 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.

[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.", true)]
public const Android.Media.RemoteControlPlayState PlaystateSkippingForwards = 6;
[<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.", true)>]
val mutable PlaystateSkippingForwards : Android.Media.RemoteControlPlayState

Field Value

Value = 6
Attributes

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.

Java documentation for android.media.RemoteControlClient.PLAYSTATE_SKIPPING_FORWARDS.

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

See also