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

Unified Diff: media/cast/cast_sender_impl.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 | « media/cast/cast_sender.h ('k') | media/cast/cast_sender_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_sender_impl.h
diff --git a/media/cast/cast_sender_impl.h b/media/cast/cast_sender_impl.h
index c34fccf0b1eaadfc5e7a75ba822e0ff25b759d8f..c4680abf16281b7c9e9ca3199d6316f2984d7b75 100644
--- a/media/cast/cast_sender_impl.h
+++ b/media/cast/cast_sender_impl.h
@@ -37,6 +37,9 @@ class CastSenderImpl : public CastSender {
const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb)
OVERRIDE;
+ virtual void SetTargetPlayoutDelay(
+ base::TimeDelta new_target_playout_delay) OVERRIDE;
+
virtual ~CastSenderImpl();
virtual scoped_refptr<AudioFrameInput> audio_frame_input() OVERRIDE;
« no previous file with comments | « media/cast/cast_sender.h ('k') | media/cast/cast_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698