---
title: speeds
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avplayerviewcontroller/speeds
---

# speeds

A list of user-selectable playback speeds to show in the playback speed control.

## Declaration

```swift
var speeds: [AVPlaybackSpeed] { get set }
```

## Discussion

Discussion By default, this property value equals systemDefaultSpeeds. Setting this property to an empty array hides the playback speed selection user interface. To set the playback speed programmatically, call the selectSpeed(_:) method, or set the value of the defaultRate property on the view controller’s associated player object.

## See Also

### Configuring playback speed

- [selectedSpeed](avkit/avplayerviewcontroller/selectedspeed.md)
- [selectSpeed(_:)](avkit/avplayerviewcontroller/selectspeed(_:).md)
- [AVPlaybackSpeed](avkit/avplaybackspeed.md)
