Interface PlayerSeekParamsValueOption2

interface PlayerSeekParamsValueOption2 {
    step: "smallforward" | "smallbackward" | "bigforward" | "bigbackward";
}

Properties

Properties

step: "smallforward" | "smallbackward" | "bigforward" | "bigbackward"