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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

Issue 445933002: Cast: Move retransmission to the transport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: IPC 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
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 2fd8450e6a0807187142ec898ef969633b6be8b0..f080f7349ad850ff6f82f2f6f8edbef7ca6988a5 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -60,12 +60,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
uint32 ssrc,
base::TimeTicks current_time,
uint32 current_time_as_rtp_timestamp);
- void OnResendPackets(
- int32 channel_id,
- bool is_audio,
- const media::cast::MissingFramesAndPacketsMap& missing_packets,
- bool cancel_rtx_if_not_in_list,
- base::TimeDelta dedupe_window);
+ void OnCancelSendingFrames(int32 channel_id, uint32 ssrc,
+ const std::set<uint32>& frame_ids);
+ void OnResendFrameForKickstart(int32 channel_id, uint32 ssrc,
+ uint32 frame_id);
void OnNew(
int32 channel_id,
const net::IPEndPoint& remote_end_point);
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | media/cast/net/cast_transport_sender_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698