Chromium Code Reviews| Index: media/audio/audio_parameters.h |
| diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h |
| index 05e368e7c312a9ee6ad4013a15d743bea44de280..9b6d1bf61a468aeb8f84e2918d7eb77072627280 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_MIRROR_BROWSER, // Audio streams from the entire browser. |
|
Alpha Left Google
2012/11/28 01:04:47
Is this for input or output, please clarify in the
justinlin
2012/11/28 14:30:31
Done.
|
| + AUDIO_LAST_FORMAT, // Only used for validation of format. |
| }; |
| enum { |