include: Add a private header for Unix libraries definitions.
[wine.git] / dlls / evr / evr_classes.idl
blob1885a34d77f6b3d941045012f587a39ed4bc2279
1 /*
2 * Copyright 2017 Fabian Maurer
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.
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.
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
19 #pragma makedep register
22 helpstring("Enhanced Video Renderer"),
23 threading(both),
24 uuid(fa10746c-9b63-4b6c-bc49-fc300ea5f256)
26 coclass EnhancedVideoRenderer { interface IBaseFilter; }
29 helpstring("MF Video Mixer"),
30 threading(both),
31 uuid(e474e05a-ab65-4f6a-827c-218b1baaf31f)
33 coclass MFVideoMixer9 { interface IMFTransform; }
36 helpstring("MF Video Presenter"),
37 threading(both),
38 uuid(98455561-5136-4d28-ab08-4cee40ea2781)
40 coclass MFVideoPresenter9 { interface IMFVideoPresenter; }