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

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: Responding to review 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..231aa78f12b26e2c7cb501bb5e35928301636a03 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.
@@ -38,6 +37,7 @@ class CastReceiverImpl : public CastReceiver {
private:
void ReceivedPacket(scoped_ptr<Packet> packet);
+ void UpdateTargetDelay(base::TimeDelta target_delay_ms);
transport::PacedSender pacer_;
AudioReceiver audio_receiver_;

Powered by Google App Engine
This is Rietveld 408576698