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

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: 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..8428b9f1b7dac8689929c8b7e1ad5ba85cb0ede7 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_LAST_FORMAT, // Only used for validation of format.
DaleCurtis 2012/11/07 23:34:17 TAB audio must be before LAST_FORMAT...
justinlin 2012/11/20 08:56:10 Done.
+ AUDIO_TAB_AUDIO, // Audio streams for a specified tab.
};
enum {

Powered by Google App Engine
This is Rietveld 408576698