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..6676fe0ed48c3991c89d6f0f326cbc8b04658763 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" |
@@ -310,6 +311,8 @@ class TransportFeedbackObserver { |
int probe_cluster_id) = 0; |
virtual void OnTransportFeedback(const rtcp::TransportFeedback& feedback) = 0; |
+ |
+ virtual std::vector<PacketInfo> GetTransportFeedbackVector() const = 0; |
}; |
class RtcpRttStats { |