Searched refs:audio_stream_creator_ (Results 1 – 2 of 2) sorted by relevance
60 audio_stream_creator_(std::make_unique<CefAudioLoopbackStreamCreator>()) { in CefAudioCapturer()79 base::Unretained(audio_stream_creator_.get()))), in CefAudioCapturer()
45 std::unique_ptr<CefAudioLoopbackStreamCreator> audio_stream_creator_; variable