---
title: AVAudioSession.InterruptionType.ended
framework: avfaudio
role: symbol
role_heading: Case
path: avfaudio/avaudiosession/interruptiontype/ended
---

# AVAudioSession.InterruptionType.ended

A type that indicates that the operating system ended interrupting the audio session.

## Declaration

```swift
case ended
```

## Mentioned in

Handling audio interruptions

## See Also

### Interruption Types

- [AVAudioSession.InterruptionType.began](avfaudio/avaudiosession/interruptiontype/began.md)
