<!--
{
  "availability" : [
    "tvOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfacePlaybackControllable/defaultPlaybackSpeed",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVInterfacePlaybackControllable(py)defaultPlaybackSpeed"
  },
  "title" : "defaultPlaybackSpeed"
}
-->

# defaultPlaybackSpeed

The default playback speed to use when playback begins.
This value is used to set the initial playback rate when starting playback.
A value of 1.0 represents normal speed. Must be key-value observable.

```
@property (nonatomic, readwrite) float defaultPlaybackSpeed;
```

---

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)