---
title: "init(storeIDs:)"
framework: mediaplayer
role: symbol
role_heading: Initializer
path: "mediaplayer/mpmusicplayerstorequeuedescriptor/init(storeids:)"
---

# init(storeIDs:)

Creates a new queue descriptor using the designated store identifiers.

## Declaration

```swift
init(storeIDs: [String])
```

## Parameters

- `storeIDs`: An array of store identifiers used to populate the queue descriptor.

## Return Value

Return Value A new queue descriptor consisting of the media items identified by the designated store identifiers.
