Add playback rate control for Youtube & Vimeo

This commit is contained in:
Ilya Laktyushin
2021-07-22 21:33:32 +03:00
parent 4433eefe15
commit 8c69553891
12 changed files with 168 additions and 76 deletions

View File

@@ -88,6 +88,9 @@ final class TwitchEmbedImplementation: WebEmbedImplementation {
func seek(timestamp: Double) {
}
func setBaseRate(_ baseRate: Double) {
}
func pageReady() {
// Queue.mainQueue().after(delay: 0.5) {
// if let onPlaybackStarted = self.onPlaybackStarted {