PlaybackState.StateFastForwarding Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.

State indicating this item is currently fast forwarding.

[Android.Runtime.Register("STATE_FAST_FORWARDING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)]
public const Android.Media.Session.PlaybackStateCode StateFastForwarding = 4;
[<Android.Runtime.Register("STATE_FAST_FORWARDING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)>]
val mutable StateFastForwarding : Android.Media.Session.PlaybackStateCode

Field Value

Value = 4

Implements

Attributes

Remarks

State indicating this item is currently fast forwarding.

Java documentation for android.media.session.PlaybackState.STATE_FAST_FORWARDING.

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