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

Unified Diff: media/cast/net/rtcp/test_rtcp_packet_builder.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/test_rtcp_packet_builder.h
diff --git a/media/cast/net/rtcp/test_rtcp_packet_builder.h b/media/cast/net/rtcp/test_rtcp_packet_builder.h
index eeb08786c44bc1992d86733f392a6464d55bef9e..15b67f388a4ec03e72fd05f16fdf6283251c4c7c 100644
--- a/media/cast/net/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/net/rtcp/test_rtcp_packet_builder.h
@@ -78,6 +78,7 @@ class TestRtcpPacketBuilder {
uint32_t media_ssrc,
base::TimeDelta target_delay);
void AddCst2(const std::vector<uint32_t>& later_received_frames);
+ void AddPli(uint32_t sender_ssrc, uint32_t media_ssrc);
void AddReceiverLog(uint32_t sender_ssrc);
void AddReceiverFrameLog(uint32_t rtp_timestamp,

Powered by Google App Engine
This is Rietveld 408576698