Package apple.mediaplayer.enums
Class MPMusicPlaybackState
- java.lang.Object
-
- apple.mediaplayer.enums.MPMusicPlaybackState
-
public final class MPMusicPlaybackState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longInterruptedstatic longPausedstatic longPlayingstatic longSeekingBackwardstatic longSeekingForwardstatic longStopped
-
-
-
Field Detail
-
Stopped
public static final long Stopped
- See Also:
- Constant Field Values
-
Playing
public static final long Playing
- See Also:
- Constant Field Values
-
Paused
public static final long Paused
- See Also:
- Constant Field Values
-
Interrupted
public static final long Interrupted
- See Also:
- Constant Field Values
-
SeekingForward
public static final long SeekingForward
- See Also:
- Constant Field Values
-
SeekingBackward
public static final long SeekingBackward
- See Also:
- Constant Field Values
-
-