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

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: 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 | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 147d0a18d16d7320c0e0848921a9e02c0fab8d47..8f0fe33a886e5028d84316d3c55b91bfe01881ba 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -65,12 +65,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::vector<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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698