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

# INPlayMediaPlaybackSpeedUnsupportedReason

Constants that describe why the app can’t change the playback speed of the media item.

```
enum INPlayMediaPlaybackSpeedUnsupportedReason
```

## Topics

### Constants

[`INPlayMediaPlaybackSpeedUnsupportedReasonBelowMinimum`](/documentation/Intents/INPlayMediaPlaybackSpeedUnsupportedReason/belowMinimum)

A reasson that indicates the requested playback speed is below the minimum supported playback speed.

[`INPlayMediaPlaybackSpeedUnsupportedReasonAboveMaximum`](/documentation/Intents/INPlayMediaPlaybackSpeedUnsupportedReason/aboveMaximum)

A reason that indicates the requested playback speed is above the maximum supported playback speed.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)