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

Unified Diff: media/cast/cast_config.h

Issue 387933005: Cast: Refactor RTCP handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 5 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/cast.gyp ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index c2e797b63a939985b08a98c7690ed061bd46321a..c2d8db35f0dd1a59856e8b24f67abe59228f2ef4 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -37,7 +37,6 @@ struct AudioSenderConfig {
int rtcp_interval;
std::string rtcp_c_name;
- RtcpMode rtcp_mode;
// The total amount of time between a frame's capture/recording on the sender
// and its playback on the receiver (i.e., shown to a user). This is fixed as
@@ -75,7 +74,6 @@ struct VideoSenderConfig {
int rtcp_interval;
std::string rtcp_c_name;
- RtcpMode rtcp_mode;
// The total amount of time between a frame's capture/recording on the sender
// and its playback on the receiver (i.e., shown to a user). This is fixed as
@@ -130,10 +128,6 @@ struct FrameReceiverConfig {
// the transport layer).
std::string rtcp_c_name;
- // Determines amount of detail in RTCP reports.
- // TODO(miu): Remove this since it's never anything but kRtcpReducedSize.
- RtcpMode rtcp_mode;
-
// The total amount of time between a frame's capture/recording on the sender
// and its playback on the receiver (i.e., shown to a user). This is fixed as
// a value large enough to give the system sufficient time to encode,
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698