<!--
{
  "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

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

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

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

The player is ready to play its item.

[`WKAudioFilePlayerStatus.failed`](/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.



---

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)