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

Unified Diff: webrtc/api/videocapturertracksource.h

Issue 1827023002: Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
Index: webrtc/api/videocapturertracksource.h
diff --git a/webrtc/api/videocapturertracksource.h b/webrtc/api/videocapturertracksource.h
index 9a8d05d9ed9452ac2bac356f59f1c948bccb1fbc..a92c3d45ba133f123036f61d9f7ab54a481c3111 100644
--- a/webrtc/api/videocapturertracksource.h
+++ b/webrtc/api/videocapturertracksource.h
@@ -56,6 +56,8 @@ class VideoCapturerTrackSource : public VideoTrackSource,
}
bool needs_denoising() const override { return needs_denoising_; }
+ bool GetInfo(VideoSourceInfo* info) override;
+
void Stop() override;
void Restart() override;

Powered by Google App Engine
This is Rietveld 408576698