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

Unified Diff: media/cast/cast_receiver_impl.h

Issue 192843002: Cast:Adding signaling and infrastructure for adjustable delay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates Created 6 years, 9 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_receiver_impl.h
diff --git a/media/cast/cast_receiver_impl.h b/media/cast/cast_receiver_impl.h
index 512b3bd628fab33d323c02d57ef045479946e34a..6048fe833b31f450f8ac9ffa2cd53d2b9f9ba2e5 100644
--- a/media/cast/cast_receiver_impl.h
+++ b/media/cast/cast_receiver_impl.h
@@ -16,7 +16,6 @@
namespace media {
namespace cast {
-
// This calls is a pure owner class that group all required receive objects
// together such as pacer, packet receiver, frame receiver, audio and video
// receivers.
@@ -44,6 +43,7 @@ class CastReceiverImpl : public CastReceiver {
VideoReceiver video_receiver_;
scoped_refptr<FrameReceiver> frame_receiver_;
scoped_refptr<CastEnvironment> cast_environment_;
+ SetTargetDelayCallback target_delay_cb_;
pwestin(chromium) 2014/03/11 22:07:55 remove this
mikhal1 2014/03/12 18:01:59 Done.
const uint32 ssrc_of_audio_sender_;
const uint32 ssrc_of_video_sender_;

Powered by Google App Engine
This is Rietveld 408576698