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

Side by Side Diff: media/mojo/interfaces/audio_parameters.mojom

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move interface to media/use convertor rebase Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module gpu.mojom; 5 module media.interfaces;
Henrik Grunell 2016/05/12 10:34:37 In audio_output.mojom, the module is media.mojom.
rchtara 2016/05/13 12:00:09 According to mcasas, yes . So i renamed it https:/
6 6
7 // Native struct media::AudioParameters;
7 [Native] 8 [Native]
8 struct Capabilities; 9 struct AudioParameters;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698