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

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: Re-upload 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
Index: media/cast/rtcp/rtcp_receiver.h
diff --git a/media/cast/rtcp/rtcp_receiver.h b/media/cast/rtcp/rtcp_receiver.h
index bdb21a1a9b74d2a399a84be48ed6d39cb4b058bd..c0b62aa3889f05edc5a15952a7e8b175afa15e5d 100644
--- a/media/cast/rtcp/rtcp_receiver.h
+++ b/media/cast/rtcp/rtcp_receiver.h
@@ -95,6 +95,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_;

Powered by Google App Engine
This is Rietveld 408576698