<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerLooperStatus"
  },
  "title" : "AVPlayerLooper.Status"
}
-->

# AVPlayerLooper.Status

Status constants that indicate whether a looper can successfully perform looping playback.

```
enum Status
```

## Topics

### Status values

[`AVPlayerLooper.Status.unknown`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/unknown)

The status isn’t known.

[`AVPlayerLooper.Status.ready`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/ready)

The looper is ready to perform looping playback.

[`AVPlayerLooper.Status.failed`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/failed)

The looper isn’t able to perform looping playback due to an error.

[`AVPlayerLooper.Status.cancelled`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/cancelled)

The app canceled looping on the player.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)