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

Unified Diff: media/cast/net/cast_transport_config.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/cast_sender_impl.cc ('k') | media/cast/net/cast_transport_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_config.h
diff --git a/media/cast/net/cast_transport_config.h b/media/cast/net/cast_transport_config.h
index 7fcb67cff85beadb421f234ae741bc99e130c57a..dcfd133bd088fefbdcd553a2471094039dc8f763 100644
--- a/media/cast/net/cast_transport_config.h
+++ b/media/cast/net/cast_transport_config.h
@@ -117,6 +117,10 @@ struct EncodedFrame {
// timestamps; and it may not necessarily increment with precise regularity.
base::TimeTicks reference_time;
+ // Playout delay for this and all future frames. Used by the Adaptive
+ // Playout delay extension. Zero means no change.
+ uint16 new_playout_delay_ms;
+
// The encoded signal data.
std::string data;
};
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/net/cast_transport_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698