---
title: "selectSpeed(_:)"
framework: avkit
role: symbol
role_heading: Instance Method
path: "avkit/avplayerview/selectspeed(_:)"
---

# selectSpeed(_:)

Selects a specified playback speed.

## Declaration

```swift
func selectSpeed(_ speed: AVPlaybackSpeed)
```

## Parameters

- `speed`: The playback speed to select.

## Discussion

Discussion If you call this method with a speed that isn’t contained in the speeds property, the system ignores the call.

## See Also

### Configuring the playback speed

- [speeds](avkit/avplayerview/speeds.md)
- [selectedSpeed](avkit/avplayerview/selectedspeed.md)
- [AVPlaybackSpeed](avkit/avplaybackspeed.md)
