Preserve playback rate between restarts

This commit is contained in:
Arkadiusz Fal
2022-11-10 23:00:17 +01:00
parent 04a5224ab0
commit a44cce462a
6 changed files with 19 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ protocol PlayerBackend {
func seek(to time: CMTime, seekType: SeekType, completionHandler: ((Bool) -> Void)?)
func seek(to seconds: Double, seekType: SeekType, completionHandler: ((Bool) -> Void)?)
func setRate(_ rate: Float)
func setRate(_ rate: Double)
func closeItem()