kernel32/tests: Add a test for GetShortPathName using a slash delimieter.
[wine.git] / dlls / xaudio2_1 / xaudio_classes.idl
blob80fe781aa84d5c88d76dd7f124d966f87025f060
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.1 Class"),
25 threading(both),
26 uuid(e21a7345-eb21-468e-be50-804db97cf708)
28 coclass XAudio21 { interface IXAudio22; }
31 helpstring("XAudio2.1 AudioReverb Class"),
32 threading(both),
33 uuid(f4769300-b949-4df9-b333-00d33932e9a6)
35 coclass AudioReverb21 { interface IXAPO; }
38 helpstring("XAudio2.1 AudioVolumeMeter Class"),
39 threading(both),
40 uuid(c1e3f122-a2ea-442c-854f-20d98f8357a1)
42 coclass AudioVolumeMeter21 { interface IXAPO; }