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

Unified Diff: content/common/media/media_stream_options.h

Issue 99033003: Enable platform echo cancellation through the AudioRecord path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years 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: content/common/media/media_stream_options.h
diff --git a/content/common/media/media_stream_options.h b/content/common/media/media_stream_options.h
index e48aed1203992a6e9d2922cfa24bd60654a62f46..8087a059e577fe0767f1ed4b0bc99b49e8e5c2bd 100644
--- a/content/common/media/media_stream_options.h
+++ b/content/common/media/media_stream_options.h
@@ -57,7 +57,8 @@ struct CONTENT_EXPORT StreamDeviceInfo {
const std::string& device_param,
int sample_rate,
int channel_layout,
- int frames_per_buffer);
+ int frames_per_buffer,
+ bool use_platform_aec);
static bool IsEqual(const StreamDeviceInfo& first,
const StreamDeviceInfo& second);

Powered by Google App Engine
This is Rietveld 408576698