void MLStreamingBrowser.IsVideoPresent(Action<bool> callback_result)
7/14/25Less than 1 minute
Member of ML.SDK.MLStreamingBrowser
Method
void MLStreamingBrowser.IsVideoPresent(Action<bool> callback_result)
void MLStreamingBrowser.IsVideoPresent(Action`<bool>` callback_result);Parameters
| Parameter | Type | Description |
|---|---|---|
| callback_result | Action<bool> | Callback function which will be called with a boolean parameter indicating whether video is present or not |
Returns
Summary
Queries the browser to check if a video present in the current page. A callback function is required.

