maintainers: Update winemaker section.
[wine.git] / dlls / xaudio2_6 / xaudio_classes.idl
blob1b76a6a53bcbb41c43dd1de5cc8d2d48fdc935c0
1 /*
2 * COM Classes for xaudio
4 * Copyright 2015 Andrew Eikum for CodeWeavers
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #pragma makedep register
24 helpstring("XAudio2.6 Class"),
25 threading(both),
26 uuid(3eda9b49-2085-498b-9bb2-39a6778493de)
28 coclass XAudio26 { interface IXAudio27; }
31 helpstring("XAudio2.6 AudioReverb Class"),
32 threading(both),
33 uuid(cecec95a-d894-491a-bee3-5e106fb59f2d)
35 coclass AudioReverb26 { interface IXAPO; }
38 helpstring("XAudio2.6 AudioVolumeMeter Class"),
39 threading(both),
40 uuid(e48c5a3f-93ef-43bb-a092-2c7ceb946f27)
42 coclass AudioVolumeMeter26 { interface IXAPO; }