---
title: INPlaybackQueueLocation
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inplaybackqueuelocation
---

# INPlaybackQueueLocation

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

## Declaration

```swift
enum INPlaybackQueueLocation
```

## Topics

### Constants

- [INPlaybackQueueLocation.unknown](intents/inplaybackqueuelocation/unknown.md)
- [INPlaybackQueueLocation.now](intents/inplaybackqueuelocation/now.md)
- [INPlaybackQueueLocation.next](intents/inplaybackqueuelocation/next.md)
- [INPlaybackQueueLocation.later](intents/inplaybackqueuelocation/later.md)

### Initializers

- [init(rawValue:)](intents/inplaybackqueuelocation/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing Playback Settings

- [playShuffled](intents/inplaymediaintent/playshuffled-2btex.md)
- [resumePlayback](intents/inplaymediaintent/resumeplayback-1xw6r.md)
- [playbackRepeatMode](intents/inplaymediaintent/playbackrepeatmode.md)
- [INPlaybackRepeatMode](intents/inplaybackrepeatmode.md)
- [playbackSpeed](intents/inplaymediaintent/playbackspeed-17r2t.md)
- [playbackQueueLocation](intents/inplaymediaintent/playbackqueuelocation.md)
- [mediaSearch](intents/inplaymediaintent/mediasearch.md)
