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

Unified Diff: media/cast/rtcp/rtcp_receiver.h

Issue 83903002: Cast: Add capabity to parse receiver and sender log messages over RTCP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge TOT Created 7 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
« no previous file with comments | « media/cast/rtcp/rtcp_defines.h ('k') | media/cast/rtcp/rtcp_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/rtcp_receiver.h
diff --git a/media/cast/rtcp/rtcp_receiver.h b/media/cast/rtcp/rtcp_receiver.h
index 632c425f5ad4809f6dc45e2f25de5b17ca515214..337f6d0c2237552f2acd6858cfb5946d9460a619 100644
--- a/media/cast/rtcp/rtcp_receiver.h
+++ b/media/cast/rtcp/rtcp_receiver.h
@@ -96,6 +96,12 @@ class RtcpReceiver {
const RtcpField* rtcp_field,
MissingFramesAndPacketsMap* missing_frames_and_packets);
+ void HandleApplicationSpecificCastReceiverLog(RtcpParser* rtcp_parser);
+ void HandleApplicationSpecificCastSenderLog(RtcpParser* rtcp_parser);
+ void HandleApplicationSpecificCastReceiverEventLog(
+ RtcpParser* rtcp_parser,
+ RtcpReceiverEventLogMessages* event_log_messages);
+
const uint32 ssrc_;
uint32 remote_ssrc_;
« no previous file with comments | « media/cast/rtcp/rtcp_defines.h ('k') | media/cast/rtcp/rtcp_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698