Index: content/common/media/media_stream_options.h |
=================================================================== |
--- content/common/media/media_stream_options.h (revision 91097) |
+++ content/common/media/media_stream_options.h (working copy) |
@@ -35,8 +35,9 @@ |
// Type of media stream. |
enum MediaStreamType { |
kNoService = 0, |
- kAudioCapture, |
- kVideoCapture |
+ kAudioCapture = 1, |
Leandro Graciá Gil
2011/07/01 11:31:35
Not a problem, but is there any reason of why you'
mflodman1
2011/07/01 14:07:23
It was to explicitly show the number for, kNumMedi
|
+ kVideoCapture = 2, |
+ kNumMediaStreamTypes = 3 |
}; |
// StreamDeviceInfo describes information about a device. |