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

Unified Diff: media/cast/net/rtp/rtp_receiver_defines.h

Issue 493823002: Implement adaptive target delay extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: explicit masking Created 6 years, 4 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/rtp/rtp_parser.cc ('k') | media/cast/net/rtp/rtp_receiver_defines.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_receiver_defines.h
diff --git a/media/cast/net/rtp/rtp_receiver_defines.h b/media/cast/net/rtp/rtp_receiver_defines.h
index 86fbd2296f04113b283e995853907bba4bbce4d6..23a1849403504fb458371bccf39b849a147af3a1 100644
--- a/media/cast/net/rtp/rtp_receiver_defines.h
+++ b/media/cast/net/rtp/rtp_receiver_defines.h
@@ -28,6 +28,8 @@ struct RtpCastHeader {
uint16 packet_id;
uint16 max_packet_id;
uint32 reference_frame_id;
+
+ uint16 new_playout_delay_ms;
};
class RtpPayloadFeedback {
« no previous file with comments | « media/cast/net/rtp/rtp_parser.cc ('k') | media/cast/net/rtp/rtp_receiver_defines.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698