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

Unified Diff: media/base/video_facing.h

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: add //media/base:video_facing dependency to //content/browser Created 3 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 side-by-side diff with in-line comments
Download patch
Index: media/base/video_facing.h
diff --git a/media/base/video_facing.h b/media/base/video_facing.h
index 9bd0b50e0a52421c1bc14af77c02d9a3f83c534d..72019f70c9d8241d82c03782b4100845898b4a2d 100644
--- a/media/base/video_facing.h
+++ b/media/base/video_facing.h
@@ -16,6 +16,12 @@ enum VideoFacingMode {
NUM_MEDIA_VIDEO_FACING_MODE
};
+class VideoCaptureObserver {
+ public:
+ virtual void OnVideoCaptureStarted(VideoFacingMode facing) = 0;
+ virtual void OnVideoCaptureStopped(VideoFacingMode facing) = 0;
+};
+
} // namespace media
#endif // MEDIA_BASE_VIDEO_FACING_H_
« content/browser/renderer_host/media/video_capture_manager.cc ('K') | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698