| 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;
|
|
|
| +
|
| // This defines a mojo transport format for media::EncryptionScheme::Pattern
|
| // See media/base/encryption_scheme.h for description.
|
| struct Pattern {
|
|
|