Enum ISN_MPMusicPlaybackState
The music player playback state modes.
Namespace: SA.iOS.MediaPlayer
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_MPMusicPlaybackState
Fields
Name | Description |
---|---|
Interrupted | The music player has been interrupted, such as by an incoming phone call. |
Paused | The music player is paused. |
Playing | The music player is playing. |
SeekingBackward | The music player is seeking backward. |
SeekingForward | The music player is seeking forward. |
Stopped | The music player is stopped. |