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

Unified Diff: media/cast/rtcp/rtcp_defines.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/rtcp_defines.h
diff --git a/media/cast/rtcp/rtcp_defines.h b/media/cast/rtcp/rtcp_defines.h
index a8f91d76dfd817bac6d0cae527f8407d2f62bd99..5fba874431c5adee47880443a9b824de5704f7a8 100644
--- a/media/cast/rtcp/rtcp_defines.h
+++ b/media/cast/rtcp/rtcp_defines.h
@@ -31,6 +31,7 @@ class RtcpCastMessage {
uint32 media_ssrc_;
uint32 ack_frame_id_;
+ int16 target_delay_ms_;
pwestin(chromium) 2014/03/11 22:07:55 uint
mikhal1 2014/03/12 18:01:59 Done.
MissingFramesAndPacketsMap missing_frames_and_packets_;
DISALLOW_COPY_AND_ASSIGN(RtcpCastMessage);

Powered by Google App Engine
This is Rietveld 408576698