add an experiment config to set max speed in fast forward

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 909b5b8b6b
commit b621011c56
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;