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

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: explicit masking 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
« no previous file with comments | « chrome/common/cast_messages.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender.h
diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h
index c9bad7aa1eb747af480edbca92d8e80c936ab62e..7615c28602c8f58052f4f7bf024c4eba79bc6bcc 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 "adaptive_target_delay" rtp extension.
+ virtual void SetTargetPlayoutDelay(
+ base::TimeDelta new_target_playout_delay) = 0;
};
} // namespace cast
« no previous file with comments | « chrome/common/cast_messages.h ('k') | media/cast/cast_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698