<!--
{
  "availability" : [
    "iOS: 2.2.0 - 6.0.0",
    "iPadOS: 2.2.0 - 6.0.0",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioPlayerDelegate/audioPlayerEndInterruption(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(pl)AVAudioPlayerDelegate(im)audioPlayerEndInterruption:"
  },
  "title" : "audioPlayerEndInterruption(_:)"
}
-->

# audioPlayerEndInterruption(_:)

Tells the delegate when the audio session interruption ends.

```
optional func audioPlayerEndInterruption(_ player: AVAudioPlayer)
```

## Parameters

`player`

The audio player with the interruption that ends.

## Discussion

---

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)