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

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

Issue 1709863002: Add Cast PLI support on sender side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address dcheng's comments. Created 4 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
« no previous file with comments | « media/cast/net/mock_cast_transport_sender.h ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/rtcp_builder.h
diff --git a/media/cast/net/rtcp/rtcp_builder.h b/media/cast/net/rtcp/rtcp_builder.h
index 104a4f3da085fe958a46f723f92b08c426f5efc0..34ae83aaa7cc49300ec5526209d1b028d6209cab 100644
--- a/media/cast/net/rtcp/rtcp_builder.h
+++ b/media/cast/net/rtcp/rtcp_builder.h
@@ -34,6 +34,7 @@ class RtcpBuilder {
void AddRrtr(const RtcpReceiverReferenceTimeReport& rrtr);
void AddCast(const RtcpCastMessage& cast_message,
base::TimeDelta target_delay);
+ void AddPli(const RtcpPliMessage& pli_message);
void AddReceiverLog(
const ReceiverRtcpEventSubscriber::RtcpEvents& rtcp_events);
void Start();
« no previous file with comments | « media/cast/net/mock_cast_transport_sender.h ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698