Share via


PlaybackStateEvent.StateNotStarted Field

Definition

Caution

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

Playback has not started (initial state)

[Android.Runtime.Register("STATE_NOT_STARTED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)]
public const Android.Media.Metrics.PlaybackState StateNotStarted = 0;
[<Android.Runtime.Register("STATE_NOT_STARTED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.PlaybackState enum directly instead of this field.", true)>]
val mutable StateNotStarted : Android.Media.Metrics.PlaybackState

Field Value

Value = 0

Implements

Attributes

Remarks

Playback has not started (initial state)

Java documentation for android.media.metrics.PlaybackStateEvent.STATE_NOT_STARTED.

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