[M120 Migration][MM] Framerate calculation
[platform/framework/web/chromium-efl.git] / media / mojo / mojom / capture_handle.mojom
1 // Copyright 2021 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module media.mojom;
6
7 import "mojo/public/mojom/base/string16.mojom";
8 import "url/mojom/origin.mojom";
9
10 struct CaptureHandle {
11   url.mojom.Origin origin;
12   mojo_base.mojom.String16 capture_handle;
13 };