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

Unified Diff: webrtc/media/sctp/sctpdataengine.h

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Add unittest for changing transport overhead. 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/media/sctp/sctpdataengine.h
diff --git a/webrtc/media/sctp/sctpdataengine.h b/webrtc/media/sctp/sctpdataengine.h
index 6591383916b0f25e534baf626ad06fd8134a70b4..33e53ab5d65dcfc2e7866ea4f49fec516f92a167 100644
--- a/webrtc/media/sctp/sctpdataengine.h
+++ b/webrtc/media/sctp/sctpdataengine.h
@@ -163,6 +163,7 @@ class SctpDataMediaChannel : public DataMediaChannel,
virtual void OnRtcpReceived(rtc::CopyOnWriteBuffer* packet,
const rtc::PacketTime& packet_time) {}
virtual void OnReadyToSend(bool ready) {}
+ virtual void OnTransportOverheadChange(int transport_overhead_per_packet) {}
minyue-webrtc 2016/11/03 14:01:53 May be better to call this OnTransportOverheadChan
michaelt 2016/11/03 14:33:23 Done.
void OnSendThresholdCallback();
// Helper for debugging.

Powered by Google App Engine
This is Rietveld 408576698