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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h

Issue 1338203003: Wire up send-side bandwidth estimation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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/source/rtcp_receiver_help.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
index a7f3c9fa64a807c6db5adb4a916a1d2bd2656866..a6258ce7d6a962db821f0b7137de18fb662b3c75 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
@@ -20,6 +20,9 @@
#include "webrtc/typedefs.h"
namespace webrtc {
+namespace rtcp {
+class TransportFeedback;
+}
namespace RTCPHelp
{
@@ -84,6 +87,8 @@ public:
bool xr_dlrr_item;
RTCPVoIPMetric* VoIPMetric;
+ rtc::scoped_ptr<rtcp::TransportFeedback> transport_feedback_;
+
private:
DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation);
};

Powered by Google App Engine
This is Rietveld 408576698