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

Unified Diff: media/base/media_switches.cc

Issue 3299005: Implement audio recording for Linux via ALSA. (Closed)
Patch Set: . Created 10 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index e2612c252c3541c9fda9ee7ab7496f4f22b941d6..ee47bb3fe5f19092fb05bef20df9f486659d8b7e 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -8,7 +8,9 @@ namespace switches {
#if defined(OS_LINUX)
// The Alsa device to use when opening an audio stream.
-const char kAlsaDevice[] = "alsa-device";
+const char kAlsaOutputDevice[] = "alsa-output-device";
+// The Alsa device to use when opening an audio input stream.
+const char kAlsaInputDevice[] = "alsa-input-device";
#endif
// Enable hardware decoding through gpu process.

Powered by Google App Engine
This is Rietveld 408576698