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

Unified Diff: media/cast/sender/audio_sender.h

Issue 560223002: [Cast] Limit frames in flight by duration, and not by number of frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed auto-eviction from PacketStorage, since that should never happen. Created 6 years, 3 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/sender/audio_sender.h
diff --git a/media/cast/sender/audio_sender.h b/media/cast/sender/audio_sender.h
index b8c3fc4312ecc08fd37827ebf1f3de6706006844..791cc8e6fddbb714d2db66f14ef3a6cd536415fd 100644
--- a/media/cast/sender/audio_sender.h
+++ b/media/cast/sender/audio_sender.h
@@ -52,6 +52,7 @@ class AudioSender : public FrameSender,
protected:
virtual int GetNumberOfFramesInEncoder() const OVERRIDE;
+ virtual base::TimeDelta GetInFlightMediaDuration() const OVERRIDE;
virtual void OnAck(uint32 frame_id) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698