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

Unified Diff: webrtc/common.h

Issue 1700703005: Boilerplate code addition in order to be able to test upcoming AEC additions (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/common.h
diff --git a/webrtc/common.h b/webrtc/common.h
index d705d4b8ed12ea6efe357feec8e46bbd3ea8814b..e33d3efe07dc83f2c85518e0713be81510e86163 100644
--- a/webrtc/common.h
+++ b/webrtc/common.h
@@ -31,7 +31,8 @@ enum class ConfigOptionID {
kExperimentalAgc,
kExperimentalNs,
kBeamforming,
- kIntelligibility
+ kIntelligibility,
+ kNextGenerationAec
};
// Class Config is designed to ease passing a set of options across webrtc code.
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec/aec_core.h » ('j') | webrtc/modules/audio_processing/aec/aec_core.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698