Control playback speed
Learn how to adjust video playback speed dynamically in the FastPix iOS Player.
The FastPix iOS Player SDK lets you change the playback speed during playback without interrupting the video or reloading the stream. Changes take effect immediately and don’t affect video quality, buffering, or audio sync.
Available playback speeds
The SDK supports the following speeds:
- 0.25x — Quarter speed (slow motion)
- 0.5x — Half speed
- 0.75x — Three-quarter speed
- 1.0x — Normal speed (default)
- 1.25x
- 1.5x
- 1.75x
- 2.0x — Double speed
Set a specific playback speed
Increment and decrement speed
Step through the available speeds one level at a time:
Get the current playback speed
Listen to speed changes
Implement this delegate method to respond when the playback speed changes: