<!--
{
  "availability" : [
    "iOS: 6.0.0 - 27.0.0",
    "iPadOS: 6.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "tvOS: 9.0.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioSession/InterruptionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioSessionInterruptionType"
  },
  "title" : "AVAudioSession.InterruptionType"
}
-->

# AVAudioSession.InterruptionType

Constants that describe the type of an audio interruption.

```
enum InterruptionType
```

## Topics

### Interruption Types

[`AVAudioSession.InterruptionType.began`](/documentation/AVFAudio/AVAudioSession/InterruptionType/began)

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

[`AVAudioSession.InterruptionType.ended`](/documentation/AVFAudio/AVAudioSession/InterruptionType/ended)

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



---

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)