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

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

Issue 192843002: Cast:Adding signaling and infrastructure for adjustable delay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates Created 6 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
Index: media/cast/rtcp/test_rtcp_packet_builder.h
diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h
index c2e791e7d9d9fad8e84b8cd24b9a5e84d5c35997..7aa0fd5a1ab52ac9fbd03101fdc2a43bc2ad4264 100644
--- a/media/cast/rtcp/test_rtcp_packet_builder.h
+++ b/media/cast/rtcp/test_rtcp_packet_builder.h
@@ -79,7 +79,7 @@ class TestRtcpPacketBuilder {
void AddPli(uint32 sender_ssrc, uint32 media_ssrc);
void AddRpsi(uint32 sender_ssrc, uint32 media_ssrc);
void AddRemb(uint32 sender_ssrc, uint32 media_ssrc);
- void AddCast(uint32 sender_ssrc, uint32 media_ssrc);
+ void AddCast(uint32 sender_ssrc, uint32 media_ssrc, uint16 target_delay_ms);
void AddSenderLog(uint32 sender_ssrc);
void AddSenderFrameLog(uint8 event_id, uint32 rtp_timestamp);
void AddReceiverLog(uint32 sender_ssrc);

Powered by Google App Engine
This is Rietveld 408576698