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

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

Issue 2495553002: Add overhead per packet observer to the rtp_sender. (Closed)
Patch Set: Created 4 years, 1 month 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.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
index 1e4da64220d1d91577a38ed3e1277a349bcdff59..c2e4c05796b40c1d28bb137245d35bca0787edb4 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
@@ -25,6 +25,7 @@
namespace webrtc {
// Forward declarations.
+class OverheadPerPacketObserver;
class RateLimiter;
class ReceiveStatistics;
class RemoteBitrateEstimator;
@@ -83,6 +84,7 @@ class RtpRtcp : public Module {
RtcEventLog* event_log = nullptr;
SendPacketObserver* send_packet_observer = nullptr;
RateLimiter* retransmission_rate_limiter = nullptr;
+ OverheadPerPacketObserver* overhead_per_packet_observer = nullptr;
minyue-webrtc 2016/11/14 11:18:06 I hope it is renamed to OverheadSizeOberver
michaelt 2016/11/14 13:01:27 Done.
private:
RTC_DISALLOW_COPY_AND_ASSIGN(Configuration);

Powered by Google App Engine
This is Rietveld 408576698