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

Unified Diff: media/cast/cast_sender.h

Issue 493823002: Implement adaptive target delay extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: media/cast/cast_sender.h
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h
index c9bad7aa1eb747af480edbca92d8e80c936ab62e..634140f6c59f58b04c0fdeb1ee4057488f74f8a1 100644
--- a/media/cast/cast_sender.h
+++ b/media/cast/cast_sender.h
@@ -86,6 +86,11 @@ class CastSender {
const CastInitializationCallback& cast_initialization_cb,
const CreateVideoEncodeAcceleratorCallback& create_vea_cb,
const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb) = 0;
+
+ // Change the target delay. This is only valid if the receiver
+ // supports the "extra_target_delay" rtp extension.
Alpha Left Google 2014/08/20 20:17:05 nit: "adaptive_playout_delay"
hubbe 2014/08/20 21:42:01 Done.
+ virtual void SetTargetPlayoutDelay(
+ base::TimeDelta new_target_playout_delay) = 0;
};
} // namespace cast

Powered by Google App Engine
This is Rietveld 408576698