Chromium Code Reviews| Index: media/base/media_switches.cc |
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
| index ad7a7eabac01244852ec5218397afbb0f014563c..efd5ec91131f32199665bbb48b4b4b86ce99758f 100644 |
| --- a/media/base/media_switches.cc |
| +++ b/media/base/media_switches.cc |
| @@ -91,9 +91,15 @@ const char kUseCras[] = "use-cras"; |
| // Use fake device for Media Stream to replace actual camera and microphone. |
| const char kUseFakeDeviceForMediaStream[] = "use-fake-device-for-media-stream"; |
| -// Use a raw video file as fake video capture device. |
| +// Use an .y4m file to play as the webcam. See the comments in |
| +// media/video/capture/file_video_capture_device.h for more details. |
| const char kUseFileForFakeVideoCapture[] = "use-file-for-fake-video-capture"; |
| +// Play a .wav file as the microphone. Note that for WebRTC calls we'll treat |
| +// the bits as if they came from the microphone, which means you should disable |
|
DaleCurtis
2014/11/20 19:13:47
I don't think this comment is specific enough. Dis
phoglund_chromium
2014/11/20 19:48:31
Right, I should have written more on the channel r
|
| +// audio processing (lest your audio file will play back distorted). |
| +const char kUseFileForFakeAudioCapture[] = "use-file-for-fake-audio-capture"; |
| + |
| // Enables support for inband text tracks in media content. |
| const char kEnableInbandTextTracks[] = "enable-inband-text-tracks"; |