<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerLooper/status-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerLooper(py)status"
  },
  "title" : "status"
}
-->

# status

A status that indicates the object’s ability to loop playback.

```
var status: AVPlayerLooper.Status { get }
```

## Discussion

When the value of this property is [`AVPlayerLooper.Status.failed`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/failed) or [`AVPlayerLooper.Status.cancelled`](/documentation/AVFoundation/AVPlayerLooper/Status-swift.enum/cancelled), you can no longer use the looper for playback. You need to create a new instance to begin looping again.

This property is key-value observable.

---

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)