Class MPMovieLoadState


  • public final class MPMovieLoadState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Playable  
      static long PlaythroughOK
      Playback will be automatically started in this state when shouldAutoplay is YES
      static long Stalled
      Playback will be automatically paused in this state, if started
      static long Unknown  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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