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

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

Issue 2697793002: Add mojo interface+impl for audio stream control. (Closed)
Patch Set: Move to media 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/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index 0bd3b3a1ae43c70e9edd38a65828f0b5fbff79c8..36188f54ab53fdf563dc3870bdd5207c35df60f5 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -23,6 +23,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;
@@ -43,6 +47,7 @@ enum VideoCodec;
[Native]
enum VideoCodecProfile;
+
DaleCurtis 2017/02/21 18:18:32 Extra line?
Max Morin 2017/02/22 10:08:43 Done.
// This defines a mojo transport format for media::EncryptionScheme::Pattern
// See media/base/encryption_scheme.h for description.
struct Pattern {

Powered by Google App Engine
This is Rietveld 408576698