<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "tvOS: 14.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INMediaDestination-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:7Intents18INMediaDestinationO"
  },
  "title" : "INMediaDestination"
}
-->

# INMediaDestination

An object that describes the destination for a media item.

```
enum INMediaDestination
```

## Topics

### Specifying the Destination

[`INMediaDestination.library`](/documentation/Intents/INMediaDestination-swift.enum/library)

The library destination.

[`INMediaDestination.playlist(_:)`](/documentation/Intents/INMediaDestination-swift.enum/playlist(_:))

The destination playlist.

### Getting the Playlist Name

[`playlistName`](/documentation/Intents/INMediaDestination-swift.enum/playlistName)

The name of the destination playlist.

### Using Reference Types

[`INMediaDestinationReference`](/documentation/Intents/INMediaDestinationReference)

An object that describes the destination for a media item.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Escapable`](/documentation/Swift/Escapable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`ReferenceConvertible`](/documentation/Foundation/ReferenceConvertible)

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

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)