<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPlaybackQueueLocation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INPlaybackQueueLocation"
  },
  "title" : "INPlaybackQueueLocation"
}
-->

# INPlaybackQueueLocation

Constants that describe the playback queue location for a media item.

```
enum INPlaybackQueueLocation
```

## Topics

### Constants

[`INPlaybackQueueLocationUnknown`](/documentation/Intents/INPlaybackQueueLocation/unknown)

A response that indicates the system doesn’t know where to place the media item.

[`INPlaybackQueueLocationNow`](/documentation/Intents/INPlaybackQueueLocation/now)

A response that tells the system to play the item immediately, interrupting any currently playing media.

[`INPlaybackQueueLocationNext`](/documentation/Intents/INPlaybackQueueLocation/next)

A response that tells the system to play the media item after the currently playing media item finishes.

[`INPlaybackQueueLocationLater`](/documentation/Intents/INPlaybackQueueLocation/later)

A response that tells the system to add the media item to the end of the playback queue.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)