Skip to content

Api > MLVideoExtension > Jump()


MLVideoExtension.Jump(number time)⚓︎

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

Parameters:⚓︎

Name Type Description
time number The time to jump in seconds.

Usage⚓︎

---@type MLVideoExtension
local mlvideoextension;

---@type number
local time;


mlvideoextension.Jump(time)