selectSpeed(_:)
Selects a specified playback speed.
Declaration
func selectSpeed(_ speed: AVPlaybackSpeed)Parameters
- speed:
The playback speed to select.
Discussion
If you call this method with a speed that isn’t contained in the speeds property, the system ignores the call.