Class AVPlayerStatus


  • public final class AVPlayerStatus
    extends java.lang.Object
    [@enum] AVPlayerStatus These constants are returned by the AVPlayer status property to indicate whether it can successfully play items. [@constant] AVPlayerStatusUnknown Indicates that the status of the player is not yet known because it has not tried to load new media resources for playback. [@constant] AVPlayerStatusReadyToPlay Indicates that the player is ready to play AVPlayerItem instances. [@constant] AVPlayerStatusFailed Indicates that the player can no longer play AVPlayerItem instances because of an error. The error is described by the value of the player'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