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

Unified Diff: webrtc/modules/video_coding/include/video_coding_defines.h

Issue 2946413002: Report timing frames info in GetStats. (Closed)
Patch Set: Implement Hbos@ comments Created 3 years, 6 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/modules/video_coding/include/video_coding_defines.h
diff --git a/webrtc/modules/video_coding/include/video_coding_defines.h b/webrtc/modules/video_coding/include/video_coding_defines.h
index 6ed472df5e62da2b64f50a45fca810714217c891..03e86fc0e94a5ed197ee0b349e1ac228fd4e63e9 100644
--- a/webrtc/modules/video_coding/include/video_coding_defines.h
+++ b/webrtc/modules/video_coding/include/video_coding_defines.h
@@ -109,6 +109,9 @@ class VCMReceiveStatisticsCallback {
int min_playout_delay_ms,
int render_delay_ms) = 0;
+ virtual void OnTimingFrameInfoUpdated(
+ const TimingFrameInfo& info) = 0;
+
protected:
virtual ~VCMReceiveStatisticsCallback() {}
};

Powered by Google App Engine
This is Rietveld 408576698