Share via


MPMusicPlaybackState Enum

Definition

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

[ObjCRuntime.Native]
public enum MPMusicPlaybackState
[<ObjCRuntime.Native>]
type MPMusicPlaybackState = 
Inheritance
MPMusicPlaybackState
Attributes

Fields

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

Applies to