Index: media/audio/audio_parameters.h |
diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h |
index 05e368e7c312a9ee6ad4013a15d743bea44de280..b4de151545ff7570266f9349b42d1243784a1223 100644 |
--- a/media/audio/audio_parameters.h |
+++ b/media/audio/audio_parameters.h |
@@ -30,7 +30,8 @@ class MEDIA_EXPORT AudioParameters { |
AUDIO_PCM_LINEAR = 0, // PCM is 'raw' amplitude samples. |
AUDIO_PCM_LOW_LATENCY, // Linear PCM, low latency requested. |
AUDIO_FAKE, // Creates a fake AudioOutputStream object. |
- AUDIO_LAST_FORMAT // Only used for validation of format. |
+ AUDIO_WEB_CONTENTS, // Audio streams from a specific tab. |
miu
2012/11/22 00:53:50
Naming: Right now, this is browser-wide audio mirr
justinlin
2012/11/26 20:19:20
Done. How about AUDIO_MIRROR_BROWSER?
DaleCurtis
2012/11/28 23:43:18
I think this is an odd name and if you plan to use
justinlin
2012/11/29 10:08:33
Let's stick with nouns: AUDIO_VIRTUAL.
|
+ AUDIO_LAST_FORMAT, // Only used for validation of format. |
}; |
enum { |