Package apple.mediaplayer.enums
Class MPMovieLoadState
- java.lang.Object
-
- apple.mediaplayer.enums.MPMovieLoadState
-
public final class MPMovieLoadState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longPlayablestatic longPlaythroughOKPlayback will be automatically started in this state when shouldAutoplay is YESstatic longStalledPlayback will be automatically paused in this state, if startedstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Playable
public static final long Playable
- See Also:
- Constant Field Values
-
PlaythroughOK
public static final long PlaythroughOK
Playback will be automatically started in this state when shouldAutoplay is YES- See Also:
- Constant Field Values
-
Stalled
public static final long Stalled
Playback will be automatically paused in this state, if started- See Also:
- Constant Field Values
-
-