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

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

Issue 562653004: Cast: First stab at implementing adaptive latency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment fixed 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/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 afe75dc2d0a9b64b24cf4ea3bd46ec0405287572..6b4b657e0b60fd7a3c8586d2e07b6e8f8fbacb6a 100644
--- a/chrome/renderer/media/cast_rtp_stream.h
+++ b/chrome/renderer/media/cast_rtp_stream.h
@@ -42,6 +42,9 @@ struct CastRtpPayloadParams {
// under this threshold.
int max_latency_ms;
+ // Minimum latency.
Yoyo Zhou 2014/09/12 18:32:42 Comment on default value?
hubbe 2014/09/12 18:41:15 Done.
+ int min_latency_ms;
+
// RTP specific field to identify a stream.
int ssrc;
« no previous file with comments | « chrome/renderer/extensions/cast_streaming_native_handler.cc ('k') | chrome/renderer/media/cast_rtp_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698