---
title: kAudioSessionInterruptionType_ShouldNotResume
framework: audiotoolbox
role: symbol
role_heading: Global Variable
path: audiotoolbox/kaudiosessioninterruptiontype_shouldnotresume
---

# kAudioSessionInterruptionType_ShouldNotResume

Indicates that the interruption that has just ended was one for which it is not appropriate to resume playback; for example, your app had been interrupted by iPod playback.

## Declaration

```swift
var kAudioSessionInterruptionType_ShouldNotResume: Int { get }
```

## See Also

### Constants

- [kAudioSessionInterruptionType_ShouldResume](audiotoolbox/kaudiosessioninterruptiontype_shouldresume.md)
