mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add ability to capture audio output to buffer (issue #2381)
This commit is contained in:
committed by
Marshall Greenblatt
parent
7b5d30e9a9
commit
58e1149c71
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=602d9ae37bbd54ba2e8acb3ac2103f418aa65657$
|
||||
// $hash=82dc5a810e754b785f0257cea28d1a3bc6fa0ab9$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_CLIENT_CTOCPP_H_
|
||||
@@ -33,6 +33,7 @@ class CefClientCToCpp
|
||||
virtual ~CefClientCToCpp();
|
||||
|
||||
// CefClient methods.
|
||||
CefRefPtr<CefAudioHandler> GetAudioHandler() override;
|
||||
CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override;
|
||||
CefRefPtr<CefDialogHandler> GetDialogHandler() override;
|
||||
CefRefPtr<CefDisplayHandler> GetDisplayHandler() override;
|
||||
|
Reference in New Issue
Block a user