source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/xaudio2fx.idl

Last change on this file was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 2.4 KB
Line 
1/*
2 * Copyright (c) 2015 Andrew Eikum
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19import "unknwn.idl";
20
21[
22 uuid(c0c56f46-29b1-44e9-9939-a32ce86867e2)
23]
24coclass AudioVolumeMeter20 {
25 interface IUnknown;
26}
27
28[
29 uuid(c1e3f122-a2ea-442c-854f-20d98f8357a1)
30]
31coclass AudioVolumeMeter21 {
32 interface IUnknown;
33}
34
35[
36 uuid(f5ca7b34-8055-42c0-b836-216129eb7e30)
37]
38coclass AudioVolumeMeter22 {
39 interface IUnknown;
40}
41
42[
43 uuid(e180344b-ac83-4483-959e-18a5c56a5e19)
44]
45coclass AudioVolumeMeter23 {
46 interface IUnknown;
47}
48
49[
50 uuid(c7338b95-52b8-4542-aa79-42eb016c8c1c)
51]
52coclass AudioVolumeMeter24 {
53 interface IUnknown;
54}
55
56[
57 uuid(2139e6da-c341-4774-9ac3-b4e026347f64)
58]
59coclass AudioVolumeMeter25 {
60 interface IUnknown;
61}
62
63[
64 uuid(e48c5a3f-93ef-43bb-a092-2c7ceb946f27)
65]
66coclass AudioVolumeMeter26 {
67 interface IUnknown;
68}
69
70[
71 uuid(cac1105f-619b-4d04-831a-44e1cbf12d57)
72]
73coclass AudioVolumeMeter27 {
74 interface IUnknown;
75}
76
77[
78 uuid(6f6ea3a9-2cf5-41cf-91c1-2170b1540063)
79]
80coclass AudioReverb20 {
81 interface IUnknown;
82}
83
84[
85 uuid(f4769300-b949-4df9-b333-00d33932e9a6)
86]
87coclass AudioReverb21 {
88 interface IUnknown;
89}
90
91[
92 uuid(629cf0de-3ecc-41e7-9926-f7e43eebec51)
93]
94coclass AudioReverb22 {
95 interface IUnknown;
96}
97
98[
99 uuid(9cab402c-1d37-44b4-886d-fa4f36170a4c)
100]
101coclass AudioReverb23 {
102 interface IUnknown;
103}
104
105[
106 uuid(8bb7778b-645b-4475-9a73-1de3170bd3af)
107]
108coclass AudioReverb24 {
109 interface IUnknown;
110}
111
112[
113 uuid(d06df0d0-8518-441e-822f-5451d5c595b8)
114]
115coclass AudioReverb25 {
116 interface IUnknown;
117}
118
119[
120 uuid(cecec95a-d894-491a-bee3-5e106fb59f2d)
121]
122coclass AudioReverb26 {
123 interface IUnknown;
124}
125
126[
127 uuid(6a93130e-1d53-41d1-a9cf-e758800bb179)
128]
129coclass AudioReverb27 {
130 interface IUnknown;
131}
Note: See TracBrowser for help on using the repository browser.