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

Unified Diff: media/base/media_switches.h

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.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 6dd553a90cfd2810343dc45c6f18cb6e6a6f76ad..67aa4f10319041f74251d5ea8d20fbe58c866140 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -12,7 +12,8 @@
namespace switches {
#if defined(OS_LINUX)
-extern const char kAlsaDevice[];
+extern const char kAlsaOutputDevice[];
+extern const char kAlsaInputDevice[];
#endif
extern const char kEnableAcceleratedDecoding[];

Powered by Google App Engine
This is Rietveld 408576698