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

# AVPlayer.Status

Status values that indicate whether a player can successfully play media.

```
enum Status
```

## Topics

### Status values

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

A value that indicates a player hasn’t attempted to load media for playback.

[`AVPlayerStatusReadyToPlay`](/documentation/AVFoundation/AVPlayer/Status-swift.enum/readyToPlay)

A value that indicates the player is ready to media.

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

A value that indicates the player can no longer play media due to an error.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)