<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 6.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAudioFilePlayerStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKAudioFilePlayerStatus"
  },
  "title" : "WKAudioFilePlayerStatus"
}
-->

# WKAudioFilePlayerStatus

Constants that represent the status of the player.

```
enum WKAudioFilePlayerStatus
```

## Topics

### Constants

[`WKAudioFilePlayerStatusUnknown`](/documentation/WatchKit/WKAudioFilePlayerStatus/unknown)

The status of the item is unknown because the player has not yet loaded the audio file for playback.

[`WKAudioFilePlayerStatusReadyToPlay`](/documentation/WatchKit/WKAudioFilePlayerStatus/readyToPlay)

The player is ready to play its item.

[`WKAudioFilePlayerStatusFailed`](/documentation/WatchKit/WKAudioFilePlayerStatus/failed)

The player can no longer play the audio because of an error. Use the [`error`](/documentation/WatchKit/WKAudioFilePlayer/error) property to get information about the error that occurred.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)