public final class AVPlayerLooperStatus
extends java.lang.Object
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.
public static final long Unknown
public static final long Ready
public static final long Failed
public static final long Cancelled