Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: webrtc/voice_engine/include/voe_base.h

Issue 2681033010: Remove usage of VoEAudioProcessing from WVoE/MC. (Closed)
Patch Set: one more Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/include/voe_base.h
diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h
index 95a3fd77b1fcd1e2fbf1d01e7b9acbbe51802f64..b8732129dfa36aa981b85ac703441fd2a95288d2 100644
--- a/webrtc/voice_engine/include/voe_base.h
+++ b/webrtc/voice_engine/include/voe_base.h
@@ -44,6 +44,9 @@ namespace webrtc {
class AudioDeviceModule;
class AudioProcessing;
class AudioTransport;
+namespace voe {
+class TransmitMixer;
+} // namespace voe
// VoiceEngineObserver
class WEBRTC_DLLEXPORT VoiceEngineObserver {
@@ -143,6 +146,10 @@ class WEBRTC_DLLEXPORT VoEBase {
// Returns NULL before Init() is called.
virtual AudioDeviceModule* audio_device_module() = 0;
+ // This method is WIP - DO NOT USE!
+ // Returns NULL before Init() is called.
+ virtual voe::TransmitMixer* transmit_mixer() = 0;
+
// Terminates all VoiceEngine functions and releases allocated resources.
// Returns 0.
virtual int Terminate() = 0;
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/voice_engine/test/auto_test/extended/agc_config_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698