---
title: MusicPlayer.Queue.EntryInsertionPosition.afterCurrentEntry
framework: musickit
role: symbol
role_heading: Case
path: musickit/musicplayer/queue/entryinsertionposition/aftercurrententry
---

# MusicPlayer.Queue.EntryInsertionPosition.afterCurrentEntry

A position that allows prepending entries in the playback queue, similar to the Play Next feature in the Music app.

## Declaration

```swift
case afterCurrentEntry
```

## Discussion

Discussion Inserting entries after the current one merely enqueues them to play next, and lets the current entry finish playing to the end. Alternatively, you may change the current entry programmatically by setting the currentEntry property of the queue or queue.
