---
title: "appendItem(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkaudiofilequeueplayer/appenditem(_:)"
---

# appendItem(_:)

Adds the specified item to the end of the queue.

## Declaration

```swift
func appendItem(_ item: WKAudioFilePlayerItem)
```

## Parameters

- `item`: The player item to add to the queue.

## See Also

### Managing Items

- [items](watchkit/wkaudiofilequeueplayer/items.md)
- [advanceToNextItem()](watchkit/wkaudiofilequeueplayer/advancetonextitem().md)
- [removeItem(_:)](watchkit/wkaudiofilequeueplayer/removeitem(_:).md)
- [removeAllItems()](watchkit/wkaudiofilequeueplayer/removeallitems().md)
