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

# WKAudioFilePlayerItemDidPlayToEndTimeNotification

A notification that the item has played successfully to its end.

```
extern NSString * const WKAudioFilePlayerItemDidPlayToEndTimeNotification;
```

## Discussion

The notification’s object is the player item. There is no `userInfo` dictionary.

---

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)