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

Unified Diff: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h

Issue 1213603002: Remove ResetStatistics from RTP feedback. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: comment + rebase Created 5 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: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
index 4fe10c8a30ddb0368c210b416fd8aef6efa0a37e..98f7c26b553ee7f67ee53e120df977dfcbba43a9 100644
--- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
+++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
@@ -415,13 +415,6 @@ class RtpRtcp : public Module {
virtual int32_t SendRTCPSliceLossIndication(uint8_t pictureID) = 0;
/*
- * Reset RTP data counters for the sending side
- *
- * return -1 on failure else 0
- */
- virtual int32_t ResetSendDataCountersRTP() = 0;
-
- /*
* Statistics of the amount of data sent
*
* return -1 on failure else 0
« no previous file with comments | « webrtc/modules/rtp_rtcp/interface/receive_statistics.h ('k') | webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698