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

Unified Diff: media/cast/net/rtcp/receiver_rtcp_session.h

Issue 1709863002: Add Cast PLI support on sender side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate Pli message from Cast message. Created 4 years, 10 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/net/rtcp/receiver_rtcp_session.h
diff --git a/media/cast/net/rtcp/receiver_rtcp_session.h b/media/cast/net/rtcp/receiver_rtcp_session.h
index bd228e3d7ba54ff81e6e515312bc047334d42cbb..3bb2cfe3ec1fc2f866b8b96ae7ed81e1844a5953 100644
--- a/media/cast/net/rtcp/receiver_rtcp_session.h
+++ b/media/cast/net/rtcp/receiver_rtcp_session.h
@@ -43,6 +43,7 @@ class ReceiverRtcpSession : public RtcpSession {
void SendRtcpReport(
RtcpTimeData time_data,
const RtcpCastMessage* cast_message,
+ const RtcpPliMessage* pli_message,
base::TimeDelta target_delay,
const ReceiverRtcpEventSubscriber::RtcpEvents* rtcp_events,
const RtpReceiverStatistics* rtp_receiver_statistics) const;

Powered by Google App Engine
This is Rietveld 408576698