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

Unified Diff: webrtc/call.h

Issue 1333483002: Wire up PacketTime to ReceiveStreams. (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
« no previous file with comments | « talk/media/webrtc/webrtcvoiceengine.cc ('k') | webrtc/stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call.h
diff --git a/webrtc/call.h b/webrtc/call.h
index 97226a0e5ccba289159c17e4e03b3e72d83f5ce5..75c1cd917870ab1d0aed89cc4d92e76a8f279efa 100644
--- a/webrtc/call.h
+++ b/webrtc/call.h
@@ -45,7 +45,9 @@ class PacketReceiver {
virtual DeliveryStatus DeliverPacket(MediaType media_type,
const uint8_t* packet,
- size_t length) = 0;
+ size_t length,
+ const PacketTime& packet_time) = 0;
+
protected:
virtual ~PacketReceiver() {}
};
« no previous file with comments | « talk/media/webrtc/webrtcvoiceengine.cc ('k') | webrtc/stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698