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

Unified Diff: media/capture/mojo/video_capture_types.mojom

Issue 2813343002: [Mojo Video Capture] Switch to using Mojo structs in media/capture/mojo (Closed)
Patch Set: Removed extraneous AtLeast Created 3 years, 8 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
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/mojo/video_capture_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/mojo/video_capture_types.mojom
diff --git a/media/capture/mojo/video_capture_types.mojom b/media/capture/mojo/video_capture_types.mojom
index d020527b0e114c3daf5dc842852b08db4bb91c35..00170cd81a519711bd4181291fb6610fde171f36 100644
--- a/media/capture/mojo/video_capture_types.mojom
+++ b/media/capture/mojo/video_capture_types.mojom
@@ -67,3 +67,16 @@ struct VideoFrameInfo{
gfx.mojom.Size coded_size;
gfx.mojom.Rect visible_rect;
};
+
+struct VideoCaptureDeviceDescriptor {
+ string display_name;
+ string device_id;
+ string model_id;
+ VideoCaptureApi capture_api;
+ VideoCaptureTransportType transport_type;
+};
+
+struct VideoCaptureDeviceInfo {
+ VideoCaptureDeviceDescriptor descriptor;
+ array<VideoCaptureFormat> supported_formats;
+};
« no previous file with comments | « media/capture/BUILD.gn ('k') | media/capture/mojo/video_capture_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698