add an experiment config to set max speed in fast forward

This commit is contained in:
Yanzhen Yu
2021-03-08 14:11:04 +08:00
parent a33eb867f3
commit f3e118ef39
2 changed files with 6 additions and 1 deletions

View File

@@ -487,6 +487,7 @@ export type hookResetter = () => void;
export type playerConfig = {
speed: number;
maxSpeed: number;
root: Element;
loadTimeout: number;
skipInactive: boolean;