po: Update Spanish translation.
[wine/multimedia.git] / dlls / devenum / devenum_classes.idl
blob872291026e88aa8eca2e0dd901ef3de5332e975d
1 /*
2 * COM Classes for devenum
4 * Copyright 2010 Alexandre Julliard
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 helpstring("System Device Enum"),
23 threading(both),
24 uuid(62be5d10-60eb-11d0-bd3b-00a0c911ce86)
26 coclass SystemDeviceEnum { interface ICreateDevEnum; }
29 threading(both),
30 progid("device.1"),
31 vi_progid("device"),
32 uuid(4315d437-5b8c-11d0-bd3b-00a0c911ce86)
34 coclass DeviceMoniker { interface IParseDisplayName; }
37 helpstring("ACM Class Manager"),
38 threading(both),
39 uuid(33d9a761-90c8-11d0-bd43-00a0c911ce86)
41 coclass AudioCompressorCategory { }
44 helpstring("ICM Class Manager"),
45 threading(both),
46 uuid(33d9a760-90c8-11d0-bd43-00a0c911ce86)
48 coclass VideoCompressorCategory { }
51 helpstring("ActiveMovie Filter Class Manager"),
52 threading(both),
53 uuid(083863f1-70de-11d0-bd40-00a0c911ce86)
55 coclass LegacyAmFilterCategory { }
58 helpstring("VFW Capture Class Manager"),
59 threading(both),
60 uuid(860bb310-5d01-11d0-bd3b-00a0c911ce86)
62 coclass VideoInputDeviceCategory { }
65 helpstring("WaveIn Class Manager"),
66 threading(both),
67 uuid(33d9a762-90c8-11d0-bd43-00a0c911ce86)
69 coclass AudioInputDeviceCategory { }
72 helpstring("WaveOut and DSound Class Manager"),
73 threading(both),
74 uuid(e0f158e1-cb04-11d0-bd4e-00a0c911ce86)
76 coclass AudioRendererCategory { }
79 helpstring("MidiOut Class Manager"),
80 threading(both),
81 uuid(4efe2452-168a-11d1-bc76-00c04fb9453b)
83 coclass MidiRendererCategory { }
86 helpstring("ActiveMovie Filter Categories"),
87 threading(both),
88 uuid(da4e3da0-d07d-11d0-bd50-00a0c911ce86)
90 coclass ActiveMovieCategories { }