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

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

Issue 562653004: Cast: First stab at implementing adaptive latency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor changes after more manual testing Created 6 years, 3 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: 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 66274829f2091eae9f508e48a73c500ab834197e..506f4219574a65ebf1025b934c2c181b2a7b3cea 100644
--- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
+++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
@@ -24,6 +24,9 @@ namespace cast.streaming.rtpStream {
// playback at the cost of higher latency.
long maxLatency;
+ // Minimum latency in milliseconds. Defaults to |maxLatency|.
+ long? minLatency;
+
DOMString codecName;
// Synchronization source identifier.
« no previous file with comments | « no previous file | chrome/renderer/extensions/cast_streaming_native_handler.cc » ('j') | media/cast/sender/video_sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698