| 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";
|
|
|
|
|