kernel32/tests: Add tests for the FALSE pathway of GetCurrentConsoleFont.
[wine/multimedia.git] / dlls / xaudio2_0 / xaudio_classes.idl
blob08693fc5e3a2d097b1a5ef9c4af72ba78d0b3129
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.0 Class"),
25 threading(both),
26 uuid(fac23f48-31f5-45a8-b49b-5225d61401aa)
28 coclass XAudio20 { interface IXAudio20; }
31 helpstring("XAudio2.0 AudioReverb Class"),
32 threading(both),
33 uuid(6f6ea3a9-2cf5-41cf-91c1-2170b1540063)
35 coclass AudioReverb20 { interface IXAPO; }
38 helpstring("XAudio2.0 AudioVolumeMeter Class"),
39 threading(both),
40 uuid(c0c56f46-29b1-44e9-9939-a32ce86867e2)
42 coclass AudioVolumeMeter20 { interface IXAPO; }