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

Unified Diff: media/cast/cast_config.h

Issue 1484403002: cast: Support for low-latency interactive mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « media/capture/content/video_capture_oracle.h ('k') | media/cast/sender/audio_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index 6e6b283b0fc4bd173faea885bb8c6a246de7eb94..4ebef67ef3bd9e2ee869209a8ffc5c820e4d1d60 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -74,6 +74,9 @@ struct AudioSenderConfig {
base::TimeDelta min_playout_delay;
base::TimeDelta max_playout_delay;
+ // Starting playout delay when streaming animated content.
+ base::TimeDelta animated_playout_delay;
+
// RTP payload type enum: Specifies the type/encoding of frame data.
int rtp_payload_type;
@@ -109,6 +112,9 @@ struct VideoSenderConfig {
base::TimeDelta min_playout_delay;
base::TimeDelta max_playout_delay;
+ // Starting playout delay when streaming animated content.
+ base::TimeDelta animated_playout_delay;
+
// RTP payload type enum: Specifies the type/encoding of frame data.
int rtp_payload_type;
« no previous file with comments | « media/capture/content/video_capture_oracle.h ('k') | media/cast/sender/audio_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698