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

Unified Diff: media/cast/logging/logging_impl.h

Issue 196433002: Cast: Log sender side packet events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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: media/cast/logging/logging_impl.h
diff --git a/media/cast/logging/logging_impl.h b/media/cast/logging/logging_impl.h
index d8fb292b00f39e4270875a98d32be1d3269c7577..7b5c62fb20834dfc5e6257494128b282030eeda3 100644
--- a/media/cast/logging/logging_impl.h
+++ b/media/cast/logging/logging_impl.h
@@ -39,6 +39,10 @@ class LoggingImpl {
CastLoggingEvent event, uint32 rtp_timestamp,
uint32 frame_id, base::TimeDelta delay);
+ void InsertSinglePacketEvent(const base::TimeTicks& time_of_event,
+ CastLoggingEvent event,
+ const Packet& packet);
+
void InsertPacketListEvent(const base::TimeTicks& time_of_event,
CastLoggingEvent event, const PacketList& packets);

Powered by Google App Engine
This is Rietveld 408576698