---
title: items
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkaudiofilequeueplayer/items
---

# items

The array of queued items.

## Declaration

```swift
var items: [WKAudioFilePlayerItem] { get }
```

## Discussion

Discussion This property contains the array of queued WKAudioFilePlayerItem objects. The initial contents of this array are set at initialization time but you may add or remove items using the methods of this class.

## See Also

### Managing Items

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