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

Unified Diff: media/audio/audio_parameters.h

Issue 155863003: Add basic support for "googDucking" to getUserMedia on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initialize enumeration flag in constructor Created 6 years, 10 months 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 62ff4fd48f1eb1a3098b46491e254af67c0dbf89..b65f64fc678efefabc7e4c8f77da79fa96422d05 100644
--- a/media/audio/audio_parameters.h
+++ b/media/audio/audio_parameters.h
@@ -48,7 +48,8 @@ class MEDIA_EXPORT AudioParameters {
// effects should be enabled.
enum PlatformEffectsMask {
NO_EFFECTS = 0x0,
- ECHO_CANCELLER = 0x1
+ ECHO_CANCELLER = 0x1,
+ DUCKING = 0x2, // Enables ducking if the OS supports it.
};
AudioParameters();
« no previous file with comments | « content/renderer/media/media_stream_dependency_factory.cc ('k') | media/audio/win/audio_low_latency_input_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698