Package apple.avfoundation.enums
Class AVPlayerLooperStatus
- java.lang.Object
-
- apple.avfoundation.enums.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 Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Ready
public static final long Ready
- See Also:
- Constant Field Values
-
Failed
public static final long Failed
- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
- See Also:
- Constant Field Values
-
-