Type Alias PlayerSeekValue

PlayerSeekValue:
    | { percentage: PlayerPositionPercentage }
    | { time: PlayerPositionTime }
    | { step: "smallforward" | "smallbackward" | "bigforward" | "bigbackward" }
    | { seconds: number }

PlayerSeekValue ($ref: "Player.Seek.Value") Represents the value for the Seek method.