<!--
{
  "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/INPlayMediaPlaybackSpeedResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPlayMediaPlaybackSpeedResolutionResult"
  },
  "title" : "INPlayMediaPlaybackSpeedResolutionResult"
}
-->

# INPlayMediaPlaybackSpeedResolutionResult

A resolution result that determines the playback speed of a media item.

```
class INPlayMediaPlaybackSpeedResolutionResult
```

## Overview

You return an [`INPlayMediaPlaybackSpeedResolutionResult`](/documentation/Intents/INPlayMediaPlaybackSpeedResolutionResult) object when resolving parameters containing an [`INMediaItemResolutionResult`](/documentation/Intents/INMediaItemResolutionResult) value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

[`-  initWithDoubleResolutionResult:`](/documentation/Intents/INPlayMediaPlaybackSpeedResolutionResult/init(doubleResolutionResult:))

Creates an object whose resolution involves successfulling changing the playback speed of a media item.

[`+  unsupportedForReason:`](/documentation/Intents/INPlayMediaPlaybackSpeedResolutionResult/unsupported(forReason:))

Creates an object whose resolution requires the user to confirm the request, because your app is unable to support the current request.

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

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

## Relationships

### Conforms To

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

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

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

---

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)