Member of ML.SDK.MLStreamingBrowser
void MLStreamingBrowser.TryGettingVideoPlayState(Action
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
Parameter | Type | Description |
---|---|---|
callback_result | Action<[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
Summary
Queries the video playback state in current browser page. A callback function is required.