---
title: "audioPlayerEndInterruption(_:)"
framework: avfaudio
role: symbol
role_heading: Instance Method
path: "avfaudio/avaudioplayerdelegate/audioplayerendinterruption(_:)"
---

# audioPlayerEndInterruption(_:)

Tells the delegate when the audio session interruption ends.

## Declaration

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

## Parameters

- `player`: The audio player with the interruption that ends.

## See Also

### Responding to Audio Interruptions

- [audioPlayerBeginInterruption(_:)](avfaudio/avaudioplayerdelegate/audioplayerbegininterruption(_:).md)
- [audioPlayerEndInterruption(_:withOptions:)](avfaudio/avaudioplayerdelegate/audioplayerendinterruption(_:withoptions:).md)
- [audioPlayerEndInterruption(_:withFlags:)](avfaudio/avaudioplayerdelegate/audioplayerendinterruption(_:withflags:).md)
