PlaybackStateCode Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.Session.PlaybackState+Builder.SetState, and F:Android.Media.Session.PlaybackState+Builder.SetState members.

public enum PlaybackStateCode
type PlaybackStateCode = 
Inheritance
PlaybackStateCode

Fields

Buffering 6
Connecting 8
Error 7
FastForwarding 4
None 0
Paused 2
Playing 3
Rewinding 5
SkippingToNext 10
SkippingToPrevious 9
SkippingToQueueItem 11
Stopped 1

Remarks

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