Click or drag to resize

IAudioHandlerGetAudioParameters Method

Version 94.4.20
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
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool GetAudioParameters(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	ref 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: Boolean
Return true to proceed with audio stream capture, or false to cancel it
See Also