IAudioHandler.OnAudioStreamError Method |
Version 104.4.240
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
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxvoid OnAudioStreamError(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
string errorMessage
)
void OnAudioStreamError(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
String^ errorMessage
)
Parameters
- chromiumWebBrowser
- Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control - browser
- Type: CefSharp.IBrowser
the browser object - errorMessage
- Type: System.String
error message
See Also