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

Unified Diff: media/cast/net/rtp/rtp_sender.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 | « media/cast/net/rtcp/rtcp.h ('k') | media/cast/net/rtp/rtp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_sender.h
diff --git a/media/cast/net/rtp/rtp_sender.h b/media/cast/net/rtp/rtp_sender.h
index 4dd7966a680015931bebca0622b4d59b097e4d08..f3a551ab4597189a7ac07df177d0797a8f4cb19e 100644
--- a/media/cast/net/rtp/rtp_sender.h
+++ b/media/cast/net/rtp/rtp_sender.h
@@ -48,6 +48,10 @@ class RtpSender {
bool cancel_rtx_if_not_in_list,
base::TimeDelta dedupe_window);
+ void CancelSendingFrames(const std::vector<uint32>& frame_ids);
+
+ void ResendFrameForKickstart(uint32 frame_id, base::TimeDelta dedupe_window);
+
size_t send_packet_count() const {
return packetizer_ ? packetizer_->send_packet_count() : 0;
}
« no previous file with comments | « media/cast/net/rtcp/rtcp.h ('k') | media/cast/net/rtp/rtp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698