RemoteControlClient.PlaystateSkippingBackwards 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 back to the previous logical chapter (such as a song in a playlist) in the media it is currently playing.

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

Field Value

Value = 7
Attributes

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.

Java documentation for android.media.RemoteControlClient.PLAYSTATE_SKIPPING_BACKWARDS.

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