andreipitis / ASPVideoPlayer

A simple video player that allow animations to be performed on the view during playback.
MIT License
89 stars 43 forks source link

How to change video speed #22

Closed waseem-shah-ios closed 6 years ago

waseem-shah-ios commented 6 years ago

Want to change video speed like 1x, 2x etc

andreipitis commented 6 years ago

Hi @waseem-shah-ios , right now there is no way to change the speed, but it seems like a good feature. I'll try to add it in the next version.

waseem-shah-ios commented 6 years ago

I achieve this in your library by using user default. I know this is not a good way , but I did this because of time shortage.

RyadPasha commented 2 years ago

But how @waseem-shah-ios?!!

waseem-shah-ios commented 2 years ago
open var preferredRate: Float = 1.0

you can by use this variable