<!--
{
  "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/InterruptionOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVAudioSessionInterruptionOptions"
  },
  "title" : "AVAudioSession.InterruptionOptions"
}
-->

# AVAudioSession.InterruptionOptions

Constants that indicate the state of an audio session after an interruption.

```
struct InterruptionOptions
```

## Topics

### Creating an Interruption Option

[`init(rawValue:)`](/documentation/AVFAudio/AVAudioSession/InterruptionOptions/init(rawValue:))

Creates a new instance with the raw value you specify.

### Getting Standard Interruption Options

[`shouldResume`](/documentation/AVFAudio/AVAudioSession/InterruptionOptions/shouldResume)

An option that indicates the interruption by another audio session has ended and the app can resume its 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)