Skip to main content

MLStreamingBrowser.IsVideoPresent(function callback_result)

Queries the browser to check if a video present in the current page. A callback function is required.

Parameters:

NameTypeDescription
callback_resultfunctionCallback function which will be called with a boolean parameter indicating whether video is present or not

Usage

---@type MLStreamingBrowser
local mlstreamingbrowser;

---@type function
local callback_result;


mlstreamingbrowser.IsVideoPresent(callback_result)