MPMusicPlaybackState Enum

Definition

An enumeration of states in which the MPMusicPlayerController may be. Used with the PlaybackState property.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MPMusicPlaybackState
type MPMusicPlaybackState = 
Inheritance
MPMusicPlaybackState
Attributes

Fields

Interrupted 3
Paused 2
Playing 1
SeekingBackward 5
SeekingForward 4
Stopped 0

Applies to