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

Side by Side Diff: content/public/renderer/media_stream_utils.h

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « content/common/view_messages.h ('k') | content/public/renderer/media_stream_utils.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_ 5 #ifndef CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_
6 #define CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_ 6 #define CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
12 #include "media/base/channel_layout.h" 12 #include "media/base/channel_layout.h"
13 #include "media/base/video_capture_types.h" 13 #include "media/capture/video_capture_types.h"
14 14
15 namespace blink { 15 namespace blink {
16 class WebMediaStream; 16 class WebMediaStream;
17 class WebMediaStreamTrack; 17 class WebMediaStreamTrack;
18 } 18 }
19 19
20 namespace media { 20 namespace media {
21 class AudioCapturerSource; 21 class AudioCapturerSource;
22 class VideoCapturerSource; 22 class VideoCapturerSource;
23 } 23 }
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 const blink::WebMediaStreamTrack& video_track); 56 const blink::WebMediaStreamTrack& video_track);
57 57
58 // Requests that a refresh frame be sent "soon" (e.g., to resolve picture loss 58 // Requests that a refresh frame be sent "soon" (e.g., to resolve picture loss
59 // or quality issues). 59 // or quality issues).
60 CONTENT_EXPORT void RequestRefreshFrameFromVideoTrack( 60 CONTENT_EXPORT void RequestRefreshFrameFromVideoTrack(
61 const blink::WebMediaStreamTrack& video_track); 61 const blink::WebMediaStreamTrack& video_track);
62 62
63 } // namespace content 63 } // namespace content
64 64
65 #endif // CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_ 65 #endif // CONTENT_PUBLIC_RENDERER_MEDIA_STREAM_UTILS_H_
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/renderer/media_stream_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698