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

Unified Diff: media/cast/cast_config.h

Issue 427733002: Cast: Remove unused RTCP messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged 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 | « chrome/common/cast_messages.h ('k') | media/cast/net/cast_transport_config.h » ('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 c2d8db35f0dd1a59856e8b24f67abe59228f2ef4..fd75fc4d6d3c1609c1d58eb62e82c397d7338596 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -36,7 +36,6 @@ struct AudioSenderConfig {
uint32 incoming_feedback_ssrc;
int rtcp_interval;
- std::string rtcp_c_name;
// 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
@@ -73,7 +72,6 @@ struct VideoSenderConfig {
uint32 incoming_feedback_ssrc; // TODO(miu): Rename to receiver_ssrc.
int rtcp_interval;
- std::string rtcp_c_name;
// 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
@@ -123,11 +121,6 @@ struct FrameReceiverConfig {
// TODO(miu): Remove this since it's never not kDefaultRtcpIntervalMs.
int rtcp_interval;
- // CNAME representing this receiver.
- // TODO(miu): Remove this since it should be derived elsewhere (probably in
- // the transport layer).
- std::string rtcp_c_name;
-
// 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 | « chrome/common/cast_messages.h ('k') | media/cast/net/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698