<!--
{
  "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/INMediaReference",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INMediaReference"
  },
  "title" : "INMediaReference"
}
-->

# INMediaReference

Constants that describe a reference for a media item.

```
enum INMediaReference
```

## Topics

### Getting the Reference Status

[`INMediaReferenceUnknown`](/documentation/Intents/INMediaReference/unknown)

Indicates that the media item is unknown.

[`INMediaReferenceCurrentlyPlaying`](/documentation/Intents/INMediaReference/currentlyPlaying)

Indicates that the user is referring to the media item which is currently playing.

[`INMediaReferenceMy`](/documentation/Intents/INMediaReference/my)

Indicates that the specified content belongs to the user.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)