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

Side by Side Diff: media/base/video_facing.h

Issue 2609863004: Pass camera facing to WebKit (Closed)
Patch Set: change comments Created 3 years, 11 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
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef MEDIA_BASE_VIDEO_FACING_H_
6 #define MEDIA_BASE_VIDEO_FACING_H_
7
8 namespace media {
9
10 // Facing mode for video capture.
11 enum VideoFacingMode {
12 MEDIA_VIDEO_FACING_NONE = 0,
13 MEDIA_VIDEO_FACING_USER,
14 MEDIA_VIDEO_FACING_ENVIRONMENT,
15
16 NUM_MEDIA_VIDEO_FACING_MODE
17 };
18
19 } // namespace media
20
21 #endif // MEDIA_BASE_VIDEO_FACING_H_
OLDNEW
« no previous file with comments | « content/renderer/media/mock_media_stream_dispatcher.cc ('k') | media/capture/video/linux/camera_facing_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698