Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: media/audio/audio_parameters.h

Issue 11298006: Browser-wide audio mirroring for TabCapture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments, some unit tests, move attach/detach into virtual audio output stream Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698