Click or drag to resize

AudioHandlerOnAudioStreamStopped Method

Version 100.0.140
Called on the CEF UI thread when the stream has stopped. OnAudioSteamStopped will always be called after OnAudioStreamStarted(IWebBrowser, IBrowser, AudioParameters, Int32); both methods may be called multiple times for the same stream.

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax
protected virtual void OnAudioStreamStopped(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
See Also