Click or drag to resize

IAudioHandlerOnAudioStreamStopped Method

Version 75.1.140
Called when the stream identified by audioStreamId has stopped. OnAudioStreamStopped(IWebBrowser, IBrowser, Int32) will always be called after OnAudioStreamStarted(IWebBrowser, IBrowser, Int32, Int32, ChannelLayout, Int32, Int32); both methods may be called multiple times for the same stream.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void OnAudioStreamStopped(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	int audioStreamId
)

Parameters

chromiumWebBrowser
Type: CefSharpIWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
audioStreamId
Type: SystemInt32
will uniquely identify the stream across all future IAudioHandler callbacks
See Also