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

Side by Side Diff: media/cast/rtcp/rtcp_receiver.h

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving const' to .cc Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/cast/pacing/paced_sender_unittest.cc ('k') | media/cast/rtcp/rtcp_sender.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_CAST_RTCP_RTCP_RECEIVER_H_ 5 #ifndef MEDIA_CAST_RTCP_RTCP_RECEIVER_H_
6 #define MEDIA_CAST_RTCP_RTCP_RECEIVER_H_ 6 #define MEDIA_CAST_RTCP_RTCP_RECEIVER_H_
7 7
8 #include "media/cast/net/cast_net_defines.h"
8 #include "media/cast/rtcp/rtcp.h" 9 #include "media/cast/rtcp/rtcp.h"
9 #include "media/cast/rtcp/rtcp_defines.h" 10 #include "media/cast/rtcp/rtcp_defines.h"
10 #include "media/cast/rtcp/rtcp_utility.h" 11 #include "media/cast/rtcp/rtcp_utility.h"
11 12
12 namespace media { 13 namespace media {
13 namespace cast { 14 namespace cast {
14 15
15 class RtcpReceiverFeedback { 16 class RtcpReceiverFeedback {
16 public: 17 public:
17 virtual void OnReceivedSenderReport( 18 virtual void OnReceivedSenderReport(
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 114
114 FrameIdWrapHelper ack_frame_id_wrap_helper_; 115 FrameIdWrapHelper ack_frame_id_wrap_helper_;
115 116
116 DISALLOW_COPY_AND_ASSIGN(RtcpReceiver); 117 DISALLOW_COPY_AND_ASSIGN(RtcpReceiver);
117 }; 118 };
118 119
119 } // namespace cast 120 } // namespace cast
120 } // namespace media 121 } // namespace media
121 122
122 #endif // MEDIA_CAST_RTCP_RTCP_RECEIVER_H_ 123 #endif // MEDIA_CAST_RTCP_RTCP_RECEIVER_H_
OLDNEW
« no previous file with comments | « media/cast/pacing/paced_sender_unittest.cc ('k') | media/cast/rtcp/rtcp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698