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

Unified Diff: media/base/media_switches.cc

Issue 149443003: Add GetDeviceSupportedFormats to VideoCaptureDeviceMFWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scherkus@ nit Created 6 years, 11 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/video/capture/win/video_capture_device_mf_win.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 d96775a34baf2ab905137b99760e956fa8c6f606..3ffba47d8cbb9eac867ed16c2a8def94bdd2d094 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -67,6 +67,11 @@ const char kEnableExclusiveAudio[] = "enable-exclusive-audio";
// See bug: http://crbug.com/268412
const char kForceDirectShowVideoCapture[] = "force-directshow";
+// Force the use of MediaFoundation for video capture. This is only supported in
+// Windows 7 and above. Used, like |kForceDirectShowVideoCapture|, to
+// troubleshoot problems in Windows platforms.
+const char kForceMediaFoundationVideoCapture[] = "force-mediafoundation";
+
// Use Windows WaveOut/In audio API even if Core Audio is supported.
const char kForceWaveAudio[] = "force-wave-audio";
« no previous file with comments | « media/base/media_switches.h ('k') | media/video/capture/win/video_capture_device_mf_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698