server: Make FD_WINE_NONBLOCKING into a separate field.
[wine.git] / dlls / qcap / qcap_classes.idl
blobc1ec48bc35249b05b607d8137625066dc48521ec
1 /*
2 * COM classes for qcap
4 * Copyright 2019 Zebediah Figura
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("Audio Capture Filter"),
25 threading(both),
26 uuid(e30629d2-27e5-11ce-875d-00608cb78066)
28 coclass AudioRecord {}
31 helpstring("Audio Capture Filter"),
32 threading(both),
33 uuid(d76e2820-1563-11cf-ac98-00aa004c0fa9)
35 coclass AVICo {}
38 helpstring("AVI mux"),
39 threading(both),
40 uuid(e2510970-f137-11ce-8b67-00aa00a3f1a6)
42 coclass AviDest {}
45 helpstring("Capture Graph Builder"),
46 threading(both),
47 uuid(bf87b6e0-8c27-11d0-b3f0-00aa003761c5)
49 coclass CaptureGraphBuilder {}
52 helpstring("Capture Graph Builder 2"),
53 threading(both),
54 uuid(bf87b6e1-8c27-11d0-b3f0-00aa003761c5)
56 coclass CaptureGraphBuilder2 {}
59 threading(both),
60 uuid(8596e5f0-0da5-11d0-bd21-00a0c911ce86)
62 coclass FileWriter {}
65 helpstring("Smart Tee Filter"),
66 threading(both),
67 uuid(cc58e280-8aa1-11d1-b3f1-00aa003761c5)
69 coclass SmartTee {}
72 helpstring("VFW Capture Filter"),
73 threading(both),
74 uuid(1b544c22-fd0b-11ce-8c63-00aa0044b51e)
76 coclass VfwCapture {}