mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Preserve playback rate between restarts
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user