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

Unified Diff: chrome/renderer/media/cast_rtp_stream.h

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/renderer/media/cast_rtp_stream.h
diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
index 8cb98979831f2019e9f25c7970329d9a87ebbedc..fb9e265f2c8e6d912cd1cf7cc81c307ec58fde2e 100644
--- a/chrome/renderer/media/cast_rtp_stream.h
+++ b/chrome/renderer/media/cast_rtp_stream.h
@@ -46,6 +46,10 @@ struct CastRtpPayloadParams {
// Default value (0) means use max_latency_ms.
int min_latency_ms;
+ // Starting latency on animated content.
+ // Default value (0) means use max_latency_ms.
+ int animated_latency_ms;
miu 2015/12/03 21:26:22 Please initialize this in the constructor. Or, if
Irfan 2015/12/04 22:45:36 Done.
+
// RTP specific field to identify a stream.
int ssrc;

Powered by Google App Engine
This is Rietveld 408576698