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

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

Issue 2861053002: Periodically send RTCP report during Media Remoting. (Closed)
Patch Set: Created 3 years, 7 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_remoting_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_remoting_sender.h
diff --git a/chrome/browser/media/cast_remoting_sender.h b/chrome/browser/media/cast_remoting_sender.h
index 9b1776335f69c3b25be990b7f0be8b5803bc3b72..b1a11811cb44555fc75ac4dd78314e114adf777b 100644
--- a/chrome/browser/media/cast_remoting_sender.h
+++ b/chrome/browser/media/cast_remoting_sender.h
@@ -123,6 +123,11 @@ class CastRemotingSender : public media::mojom::RemotingDataStreamSender {
// periodically send the frame events to renderer process for logging.
void SendFrameEvents();
+ // Schedule and execute periodic sending of RTCP report to prevent keepalive
+ // timeouts on receiver side during media pause.
+ void ScheduleNextRtcpReport();
+ void SendRtcpReport();
+
// Unique identifier for the RTP stream and this CastRemotingSender.
const int32_t rtp_stream_id_;
« no previous file with comments | « no previous file | chrome/browser/media/cast_remoting_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698