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

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h

Issue 2310943002: Add time line for acked bitrate. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 3 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/include/rtp_rtcp_defines.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
index a332d7ce5eeb7a98c3b0495fc51a8593ddbc4492..777219366d587eec185401912782f4daa6d7d34f 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
@@ -13,6 +13,7 @@
#include <stddef.h>
#include <list>
+#include <vector>
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/system_wrappers/include/clock.h"
@@ -309,7 +310,8 @@ class TransportFeedbackObserver {
size_t length,
int probe_cluster_id) = 0;
- virtual void OnTransportFeedback(const rtcp::TransportFeedback& feedback) = 0;
+ virtual std::vector<PacketInfo> OnTransportFeedback(
+ const rtcp::TransportFeedback& feedback) = 0;
};
class RtcpRttStats {

Powered by Google App Engine
This is Rietveld 408576698