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

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

Issue 136903003: cast: Wire upp logging to be sent over RTCP between receiver and sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 d065655457fdfd92ab8aea1bcf182c60d8765980..09da4edaa6321f63f8810255566126bf7480287a 100644
--- a/media/cast/logging/logging_impl.h
+++ b/media/cast/logging/logging_impl.h
@@ -65,6 +65,9 @@ class LoggingImpl : public base::NonThreadSafe {
FrameRawMap GetFrameRawData();
PacketRawMap GetPacketRawData();
GenericRawMap GetGenericRawData();
+ AudioRtcpRawMap GetAudioRtcpRawData();
+ VideoRtcpRawMap GetVideoRtcpRawData();
+
// Get stats only (computed when called). Triggers UMA stats when enabled.
const FrameStatsMap* GetFrameStatsData(const base::TimeTicks& now);
const PacketStatsMap* GetPacketStatsData(const base::TimeTicks& now);

Powered by Google App Engine
This is Rietveld 408576698