Jump
7/14/25Less than 1 minute
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)