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

Unified Diff: media/base/media_switches.cc

Issue 10918098: Introduce AudioOutputResampler for browser side resampling. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 8 years, 3 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
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/multi_channel_resampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 0512ef256635668f77c896c2281d72dfc5c3dd59..d2bce0d65509e86ef34ba996694ab95691140bff 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -38,4 +38,7 @@ const char kVideoThreads[] = "video-threads";
// Enable browser-side audio mixer.
const char kEnableAudioMixer[] = "enable-audio-mixer";
+// Enable AudioOutputResampler for automatic audio resampling and rebuffering.
+const char kEnableAudioOutputResampler[] = "enable-audio-output-resampler";
+
} // namespace switches
« no previous file with comments | « media/base/media_switches.h ('k') | media/base/multi_channel_resampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698