Click or drag to resize

AudioHandlerOnAudioStreamError Method

Version 130.1.90
Called on the CEF UI thread or audio stream thread when an error occurred. During the stream creation phase this callback will be called on the UI thread while in the capturing phase it will be called on the audio stream thread. The stream will be stopped immediately.

Namespace: CefSharp.Handler
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected virtual void OnAudioStreamError(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	string errorMessage
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
errorMessage  String
error message
See Also