---
title: removeAllItems()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkaudiofilequeueplayer/removeallitems()
---

# removeAllItems()

Removes all items from the queue.

## Declaration

```swift
func removeAllItems()
```

## Discussion

Discussion This method has the side effect of stopping playback.

## See Also

### Managing Items

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