MLVideoExtensionJumpOn this pageMLVideoExtension.Jump(number time) Jump the video to specified time and start/continue playing. Parameters: NameTypeDescriptiontimenumberThe time to jump in seconds. Usage ---@type MLVideoExtensionlocal mlvideoextension;---@type numberlocal time;mlvideoextension.Jump(time)