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

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

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor cleanup Created 6 years, 10 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 unified diff | Download patch
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/transport/cast_transport_config.h » ('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_DEFINES_H_ 5 #ifndef MEDIA_CAST_RTCP_RTCP_DEFINES_H_
6 #define MEDIA_CAST_RTCP_RTCP_DEFINES_H_ 6 #define MEDIA_CAST_RTCP_RTCP_DEFINES_H_
7 7
8 #include <list>
9 #include <map> 8 #include <map>
10 #include <set> 9 #include <set>
11 10
12 #include "media/cast/cast_config.h" 11 #include "media/cast/cast_config.h"
13 #include "media/cast/cast_defines.h" 12 #include "media/cast/cast_defines.h"
14 #include "media/cast/logging/logging_defines.h" 13 #include "media/cast/logging/logging_defines.h"
15 #include "media/cast/transport/cast_transport_defines.h" 14 #include "media/cast/transport/cast_transport_defines.h"
16 15
17 namespace media { 16 namespace media {
18 namespace cast { 17 namespace cast {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 base::TimeDelta delay_delta; 125 base::TimeDelta delay_delta;
127 126
128 // Only set for packet events. (kAudioPacketReceived, kVideoPacketReceived) 127 // Only set for packet events. (kAudioPacketReceived, kVideoPacketReceived)
129 uint16 packet_id; 128 uint16 packet_id;
130 }; 129 };
131 130
132 } // namespace cast 131 } // namespace cast
133 } // namespace media 132 } // namespace media
134 133
135 #endif // MEDIA_CAST_RTCP_RTCP_DEFINES_H_ 134 #endif // MEDIA_CAST_RTCP_RTCP_DEFINES_H_
OLDNEW
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/transport/cast_transport_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698