PlaybackState.StatePlaying 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 playing.

[Android.Runtime.Register("STATE_PLAYING")]
[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 StatePlaying = 3;
[<Android.Runtime.Register("STATE_PLAYING")>]
[<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 StatePlaying : Android.Media.Session.PlaybackStateCode

Field Value

Value = 3

Implements

Attributes

Remarks

State indicating this item is currently playing.

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

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