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

Unified Diff: chrome/renderer/media/cast_transport_sender_ipc.h

Issue 445933002: Cast: Move retransmission to the transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed test compile 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') | chrome/renderer/media/cast_transport_sender_ipc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_transport_sender_ipc.h
diff --git a/chrome/renderer/media/cast_transport_sender_ipc.h b/chrome/renderer/media/cast_transport_sender_ipc.h
index 284572bbfa3dd97b008a4b99ec34a6e4f6ed48ae..cda1dc218e756ea3a8d4c2c8a068827ef6ca7c5e 100644
--- a/chrome/renderer/media/cast_transport_sender_ipc.h
+++ b/chrome/renderer/media/cast_transport_sender_ipc.h
@@ -44,12 +44,10 @@ class CastTransportSenderIPC
uint32 ssrc,
base::TimeTicks current_time,
uint32 current_time_as_rtp_timestamp) OVERRIDE;
- virtual void ResendPackets(
- bool is_audio,
- const media::cast::MissingFramesAndPacketsMap& missing_packets,
- bool cancel_rtx_if_not_in_list,
- base::TimeDelta dedupe_window)
- OVERRIDE;
+ virtual void CancelSendingFrames(
+ uint32 ssrc,
+ const std::vector<uint32>& frame_ids) OVERRIDE;
+ virtual void ResendFrameForKickstart(uint32 ssrc, uint32 frame_id) OVERRIDE;
void OnNotifyStatusChange(
media::cast::CastTransportStatus status);
« no previous file with comments | « chrome/common/cast_messages.h ('k') | chrome/renderer/media/cast_transport_sender_ipc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698