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

Unified Diff: chrome/common/extensions/api/cast_streaming_rtp_stream.idl

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: chrome/common/extensions/api/cast_streaming_rtp_stream.idl
diff --git a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
index 70b466295ad3963e19e62c0ceeeb8ae98e262486..8425609f3f5d06e1e175b993da8ad8449af61103 100644
--- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
+++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
@@ -27,6 +27,10 @@ namespace cast.streaming.rtpStream {
// Minimum latency in milliseconds. Defaults to |maxLatency|.
long? minLatency;
+ // Starting latency for animated content in milliseconds.
+ // Defaults to |maxLatency|.
+ long? animatedLatency;
+
DOMString codecName;
// Synchronization source identifier.

Powered by Google App Engine
This is Rietveld 408576698