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

Unified Diff: third_party/WebKit/public/platform/WebMediaStreamSource.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: third_party/WebKit/public/platform/WebMediaStreamSource.h
diff --git a/third_party/WebKit/public/platform/WebMediaStreamSource.h b/third_party/WebKit/public/platform/WebMediaStreamSource.h
index d888c3d8ebd9ce17b1b1781190ebbd82df849229..c4f1e79b5b84a2993f3dd698ffe23d30e032a7ec 100644
--- a/third_party/WebKit/public/platform/WebMediaStreamSource.h
+++ b/third_party/WebKit/public/platform/WebMediaStreamSource.h
@@ -111,6 +111,8 @@ class WebMediaStreamSource {
BLINK_PLATFORM_EXPORT ExtraData* GetExtraData() const;
BLINK_PLATFORM_EXPORT void SetExtraData(ExtraData*);
+ BLINK_PLATFORM_EXPORT void SetEchoCancellation(bool echo_cancellation);
+
BLINK_PLATFORM_EXPORT WebMediaConstraints Constraints();
// Only used if if this is a WebAudio source.

Powered by Google App Engine
This is Rietveld 408576698