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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 2697793002: Add mojo interface+impl for audio stream control. (Closed)
Patch Set: . Created 3 years, 9 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/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index 35a6860e78b2da394c76d95c45b9ad1c5f2804b2..5895b0d6feaee0250789aae6a4e4b618701a02d1 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -24,6 +24,10 @@ enum AudioCodec;
[Native]
enum ChannelLayout;
+// See media/base/output_device_info.h for descriptions.
+[Native]
+enum OutputDeviceStatus;
+
// See media/base/sample_format.h for descriptions.
[Native]
enum SampleFormat;

Powered by Google App Engine
This is Rietveld 408576698