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

Unified Diff: chromeos/audio/audio_device.h

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more constructors and disable for now. 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: chromeos/audio/audio_device.h
diff --git a/chromeos/audio/audio_device.h b/chromeos/audio/audio_device.h
index 0d1b685c50001672e559a05949f2b6c82a5b2970..18febf4e5c452093a1a65c6ee7afc7e4136fe124 100644
--- a/chromeos/audio/audio_device.h
+++ b/chromeos/audio/audio_device.h
@@ -63,6 +63,7 @@ struct CHROMEOS_EXPORT AudioDevice {
uint8 priority;
bool active;
uint64 plugged_time;
+ std::string mic_positions;
};
typedef std::vector<AudioDevice> AudioDeviceList;

Powered by Google App Engine
This is Rietveld 408576698