Click or drag to resize

AudioHandlerOnAudioStreamStopped Method

Version 130.1.90
Called on the CEF UI thread when the stream has stopped. OnAudioStreamStopped 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: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void OnAudioStreamStopped(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
See Also