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

Unified Diff: content/renderer/media/user_media_client_impl.h

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
Index: content/renderer/media/user_media_client_impl.h
diff --git a/content/renderer/media/user_media_client_impl.h b/content/renderer/media/user_media_client_impl.h
index ba4998d25c49cf179f2bcf1d1294ecf766fcf6de..8b3508fd91c6fe4c1ed7ba97739d18cbc320e417 100644
--- a/content/renderer/media/user_media_client_impl.h
+++ b/content/renderer/media/user_media_client_impl.h
@@ -114,7 +114,8 @@ class CONTENT_EXPORT UserMediaClientImpl
virtual MediaStreamAudioSource* CreateAudioSource(
const StreamDeviceInfo& device,
const blink::WebMediaConstraints& constraints,
- const MediaStreamSource::ConstraintsCallback& source_ready);
+ const MediaStreamSource::ConstraintsCallback& source_ready,
+ bool* has_sw_echo_cancellation);
virtual MediaStreamVideoSource* CreateVideoSource(
const StreamDeviceInfo& device,
const MediaStreamSource::SourceStoppedCallback& stop_callback);
« no previous file with comments | « content/renderer/media/media_stream_audio_track.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698