Class AVPlayerLooperStatus


  • public final class AVPlayerLooperStatus
    extends java.lang.Object
    [@enum] AVPlayerLooperStatus These constants are returned by the AVPlayerLooper status property to indicate whether it can successfully accomplish looping playback. [@constant] AVPlayerLooperStatusUnknown Indicates that the status of the looper is not yet known. [@constant] AVPlayerLooperStatusReady Indicates that the looper is ready for looping playback. [@constant] AVPlayerLooperStatusFailed Indicates that the looper is not able to perform looping playback because of an error. The error is described by the value of the error property. [@constant] AVPlayerLooperStatusCancelled Indicates that the looper is no longer looping because -disableLooping was invoked.
    • Field Summary

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

      • Methods inherited from class java.lang.Object

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