You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @fmiguelmmartins, there is already a ticket for this (#101) functionality. It might get into a major update soon if it is supported by the IFrame API (which probably is now the case).
I noticed there is rate in the enum
enum class PlaybackRate {
UNKNOWN, RATE_0_25, RATE_0_5, RATE_1, RATE_1_5, RATE_2
}
Is there a recommended way to set the playbackRate? (Sorry I am not a kotlin guy so I find it a bit hard to navigate in that code!)
Thanks!
The text was updated successfully, but these errors were encountered: