AudioHandlerGetAudioParameters Method |
Version 106.0.290
Called on the CEF UI thread to allow configuration of audio stream parameters.
Audio stream paramaters can optionally be configured by modifying parameters
Namespace:
CefSharp.Handler
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax protected virtual bool GetAudioParameters(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
ref AudioParameters parameters
)
protected:
virtual bool GetAudioParameters(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
AudioParameters% parameters
)
Parameters
- chromiumWebBrowser
- Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
- Type: CefSharpIBrowser
the browser object - parameters
- Type: CefSharp.StructsAudioParameters
audio stream parameters can optionally be configured here, they are
pre-filled with some sensible defaults.
Return Value
Type:
BooleanReturn true to proceed with audio stream capture, or false to cancel it
See Also