Home
last modified time | relevance | path

Searched refs:audio_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Daudio_capturer.cc56 CefRefPtr<CefAudioHandler> audio_handler) in CefAudioCapturer() argument
59 audio_handler_(audio_handler), in CefAudioCapturer()
Daudio_capturer.h27 CefRefPtr<CefAudioHandler> audio_handler);
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1570 CefRefPtr<CefAudioHandler> audio_handler = client_->GetAudioHandler(); in StartAudioCapturer() local
1571 if (!audio_handler.get()) in StartAudioCapturer()
1579 if (!audio_handler->GetAudioParameters(this, params)) in StartAudioCapturer()
1582 audio_capturer_.reset(new CefAudioCapturer(params, this, audio_handler)); in StartAudioCapturer()