Class AVPlayerItemStatus


  • public final class AVPlayerItemStatus
    extends java.lang.Object
    [@enum] AVPlayerItemStatus These constants are returned by the AVPlayerItem status property to indicate whether it can successfully be played. [@constant] AVPlayerItemStatusUnknown Indicates that the status of the player item is not yet known because it has not tried to load new media resources for playback. [@constant] AVPlayerItemStatusReadyToPlay Indicates that the player item is ready to be played. [@constant] AVPlayerItemStatusFailed Indicates that the player item can no longer be played because of an error. The error is described by the value of the player item's error property.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Failed  
      static long ReadyToPlay  
      static long Unknown  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait