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

Unified Diff: content/public/common/media_stream_request.h

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More constructors. Created 5 years, 4 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: content/public/common/media_stream_request.h
diff --git a/content/public/common/media_stream_request.h b/content/public/common/media_stream_request.h
index b60835ee04b71aec95d53e2eb859432fdb52c62b..2ab4af5450208973c1ac72a3c30548030b4f8aa5 100644
--- a/content/public/common/media_stream_request.h
+++ b/content/public/common/media_stream_request.h
@@ -154,6 +154,8 @@ struct CONTENT_EXPORT MediaStreamDevice {
// See media::AudioParameters::PlatformEffectsMask.
int effects;
+
+ std::string mic_positions;
};
// These below two member variables are valid only when the type of device is

Powered by Google App Engine
This is Rietveld 408576698