Compartilhar via


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

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

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