sapi: Add SpMMAudioOut stub.
[wine.git] / dlls / sapi / sapi_classes.idl
blob14f24aa9c028c753a41b09bede891f7754ca1dd4
1 /*
2 * Speech API (SAPI) classes.
4 * Copyright (C) 2017 Huw Davies
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
22 * These are the classes from the typelib in sapiddk.idl. They don't get
23 * registered because the typelib is not registered.
26 #pragma makedep register
29 uuid(d9f6ee60-58c9-458b-88e1-2f908fd7f87c),
30 helpstring("Data Key"),
31 progid("SAPI.SpDataKey.1"),
32 vi_progid("SAPI.SpDataKey"),
33 threading(both)
35 coclass SpDataKey
37 interface ISpRegDataKey;
38 [default] interface ISpDataKey;
42 uuid(3918d75f-0acb-41f2-b733-92aa15bcecf6),
43 helpstring("Object Token Enumerator"),
44 progid("SAPI.SpObjectTokenEnum.1"),
45 vi_progid("SAPI.SpObjectTokenEnum"),
46 threading(both)
48 coclass SpObjectTokenEnum
50 interface ISpObjectTokenEnumBuilder;
51 [default] interface IEnumSpObjectTokens;
55 uuid(ef411752-3736-4cb4-9c8c-8ef4ccb58efe),
56 helpstring("Object Token"),
57 progid("SAPI.SpObjectToken.1"),
58 vi_progid("SAPI.SpObjectToken"),
59 threading(both)
61 coclass SpObjectToken
63 interface ISpObjectToken;
64 [default] interface ISpDataKey;
68 uuid(715d9c59-4442-11d2-9605-00c04f8ee628),
69 helpstring("Speech Stream"),
70 progid("SAPI.SpStream.1"),
71 vi_progid("SAPI.SpStream"),
72 threading(both),
73 restricted,
74 hidden
76 coclass SpStream
78 interface ISpStream;
82 uuid(96749377-3391-11d2-9ee3-00c04f797396),
83 helpstring("Speech Voice"),
84 progid("SAPI.SpVoice.1"),
85 vi_progid("SAPI.SpVoice"),
86 threading(both)
88 coclass SpVoice
90 interface ISpVoice;
91 [default] interface ISpeechVoice;
95 uuid(947812b3-2ae1-4644-ba86-9e90ded7ec91),
96 helpstring("SpFileStream"),
97 progid("SAPI.SpFileStream.1"),
98 vi_progid("SAPI.SpFileStream"),
99 threading(both)
101 coclass SpFileStream
103 interface ISpStream;
104 [default] interface ISpeechFileStream;
108 uuid(a8c680eb-3d32-11d2-9ee7-00c04f797396),
109 helpstring("SpMMAudioOut"),
110 progid("SAPI.SpMMAudioOut.1"),
111 vi_progid("SAPI.SpMMAudioOut"),
112 threading(both)
114 coclass SpMMAudioOut
116 interface ISpEventSource;
117 interface ISpEventSink;
118 interface ISpObjectWithToken;
119 interface ISpMMSysAudio;