<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAddMediaIntent/mediaItems",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INAddMediaIntent(py)mediaItems"
  },
  "title" : "mediaItems"
}
-->

# mediaItems

The media content to add.

```
var mediaItems: [INMediaItem]? { get }
```

## Discussion

A media item such as a song, audiobook, or podcast episode. Although the array can contain more than one [`INMediaItem`](/documentation/Intents/INMediaItem) object, the system uses only the first item in the array. You set [`mediaItems`](/documentation/Intents/INPlayMediaIntent/mediaItems) when creating the [`INAddMediaIntent`](/documentation/Intents/INAddMediaIntent) object.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)