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

Unified Diff: webrtc/api/mediastreaminterface.h

Issue 1773993002: Add VideoTrackSource implementation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Cleaned up test Created 4 years, 9 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 | « no previous file | webrtc/api/rtpsender.cc » ('j') | webrtc/api/rtpsender.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreaminterface.h
diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
index c9ce4a5a7b49d7bf26a9e5e07677228a3651cc98..0fe29a7de644ba7dd2febea6a271217accc74e20 100644
--- a/webrtc/api/mediastreaminterface.h
+++ b/webrtc/api/mediastreaminterface.h
@@ -139,7 +139,8 @@ class VideoTrackSourceInterface
virtual void Stop() = 0;
virtual void Restart() = 0;
- virtual const cricket::VideoOptions* options() const = 0;
+ virtual bool is_screencast() const = 0;
+ virtual bool needs_denoising() const = 0;
pthatcher1 2016/03/08 21:27:31 Can you put a comment in here like: // Indicates
perkj_webrtc 2016/03/08 22:23:57 Done.
protected:
virtual ~VideoTrackSourceInterface() {}
« no previous file with comments | « no previous file | webrtc/api/rtpsender.cc » ('j') | webrtc/api/rtpsender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698