Skip to main content
Member of ML.SDK.MLStreamingBrowser
Method

void MLStreamingBrowser.IsVideoPresent(Action<[bool](https://learn.microsoft.com/en-us/dotnet/api/system.boolean?view=netframework-4.5)> callback_result)

 void MLStreamingBrowser.IsVideoPresent(Action`<bool>` callback_result);

Parameters

ParameterTypeDescription
callback_resultAction<[bool](https://learn.microsoft.com/en-us/dotnet/api/system.boolean?view=netframework-4.5)>Callback function which will be called with a boolean parameter indicating whether video is present or not

Returns

void

Summary

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