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

Unified Diff: content/renderer/media/media_stream_audio_track.cc

Issue 2956063003: Add support for echoCancellation and deviceId to MediaStreamTrack.getSettings (Closed)
Patch Set: fix DCHECK Created 3 years, 5 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
« no previous file with comments | « content/renderer/media/media_stream_audio_track.h ('k') | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_track.cc
diff --git a/content/renderer/media/media_stream_audio_track.cc b/content/renderer/media/media_stream_audio_track.cc
index 15a42af7260eaa91733fdb8524ad8653c18fa167..3c167fbdcd6b39ccf669afad52cd4958f36394b2 100644
--- a/content/renderer/media/media_stream_audio_track.cc
+++ b/content/renderer/media/media_stream_audio_track.cc
@@ -4,6 +4,8 @@
#include "content/renderer/media/media_stream_audio_track.h"
+#include <vector>
+
#include "base/callback_helpers.h"
#include "base/logging.h"
#include "content/public/renderer/media_stream_audio_sink.h"
@@ -141,10 +143,4 @@ void MediaStreamAudioTrack::OnData(const media::AudioBus& audio_bus,
}
}
-void MediaStreamAudioTrack::GetSettings(
- blink::WebMediaStreamTrack::Settings& settings) {
- // TODO(hta): Extract the real value.
- settings.device_id = blink::WebString("audio device ID");
-}
-
} // namespace content
« no previous file with comments | « content/renderer/media/media_stream_audio_track.h ('k') | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698