Skip to main content

MLVideoExtension.Jump(number time)

Jump the video to specified time and start/continue playing.

Parameters:

NameTypeDescription
timenumberThe time to jump in seconds.

Usage

---@type MLVideoExtension
local mlvideoextension;

---@type number
local time;


mlvideoextension.Jump(time)