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

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

 void MLStreamingBrowser.TryGettingVideoPlayState(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 the queried playback state.

Returns

void

Summary

Queries the video playback state in current browser page. A callback function is required.