ReactOS 0.4.15-dev-8100-g1887773
dmoreg.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002 Alexandre Julliard
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
19#ifndef __DMOREG_H__
20#define __DMOREG_H__
21
22#include "mediaobj.h"
23
25{
29
31{
33};
34
36{
38};
39
48
49DEFINE_GUID(DMOCATEGORY_AUDIO_DECODER,
50 0x57f2db8b,0xe6bb,0x4513,0x9d,0x43,0xdc,0xd2,0xa6,0x59,0x31,0x25);
51DEFINE_GUID(DMOCATEGORY_AUDIO_ENCODER,
52 0x33d9a761,0x90c8,0x11d0,0xbd,0x43,0x00,0xa0,0xc9,0x11,0xce,0x86);
53DEFINE_GUID(DMOCATEGORY_VIDEO_DECODER,
54 0x4a69b442,0x28be,0x4991,0x96,0x9c,0xb5,0x00,0xad,0xf5,0xd8,0xa8);
55DEFINE_GUID(DMOCATEGORY_VIDEO_ENCODER,
56 0x33d9a760,0x90c8,0x11d0,0xbd,0x43,0x00,0xa0,0xc9,0x11,0xce,0x86);
57DEFINE_GUID(DMOCATEGORY_AUDIO_EFFECT,
58 0xf3602b3f,0x0592,0x48df,0xa4,0xcd,0x67,0x47,0x21,0xe7,0xeb,0xeb);
59DEFINE_GUID(DMOCATEGORY_VIDEO_EFFECT,
60 0xd990ee14,0x776c,0x4723,0xbe,0x46,0x3d,0xa2,0xf5,0x6f,0x10,0xb9);
61DEFINE_GUID(DMOCATEGORY_AUDIO_CAPTURE_EFFECT,
62 0xf665aaba,0x3e09,0x4920,0xaa,0x5f,0x21,0x98,0x11,0x14,0x8f,0x09);
64 0xbf963d80,0xc559,0x11d0,0x8a,0x2b,0x00,0xa0,0xc9,0x25,0x5a,0xc1);
65DEFINE_GUID(DMOCATEGORY_AUDIO_NOISE_SUPPRESS,
66 0xe07f903f,0x62fd,0x4e60,0x8c,0xdd,0xde,0xa7,0x23,0x66,0x65,0xb5);
67DEFINE_GUID(DMOCATEGORY_AGC,
68 0xe88c9ba0,0xc557,0x11d0,0x8a,0x2b,0x00,0xa0,0xc9,0x25,0x5a,0xc1);
69
70#endif /* __DMOREG_H__ */
struct _DMO_PARTIAL_MEDIATYPE DMO_PARTIAL_MEDIATYPE
HRESULT WINAPI DMORegister(LPCWSTR, REFCLSID, REFGUID, DWORD, DWORD, const DMO_PARTIAL_MEDIATYPE *, DWORD, const DMO_PARTIAL_MEDIATYPE *)
Definition: dmoreg.c:183
DMO_ENUM_FLAGS
Definition: dmoreg.h:36
@ DMO_ENUMF_INCLUDE_KEYED
Definition: dmoreg.h:37
HRESULT WINAPI DMOGetTypes(REFCLSID, ULONG, ULONG *, DMO_PARTIAL_MEDIATYPE *, ULONG, ULONG *, DMO_PARTIAL_MEDIATYPE *)
Definition: dmoreg.c:857
HRESULT WINAPI DMOGetName(REFCLSID, WCHAR[80])
DMO_REGISTER_FLAGS
Definition: dmoreg.h:31
@ DMO_REGISTERF_IS_KEYED
Definition: dmoreg.h:32
HRESULT WINAPI DMOUnregister(REFCLSID, REFGUID)
Definition: dmoreg.c:290
struct _DMO_PARTIAL_MEDIATYPE * PDMO_PARTIAL_MEDIATYPE
HRESULT WINAPI DMOEnum(REFGUID, DWORD, DWORD, const DMO_PARTIAL_MEDIATYPE *, DWORD, const DMO_PARTIAL_MEDIATYPE *, IEnumDMO **)
Definition: dmoreg.c:732
const GUID DMOCATEGORY_ACOUSTIC_ECHO_CANCEL
Definition: deviface.c:18
unsigned long DWORD
Definition: ntddk_ex.h:95
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8)
Definition: guiddef.h:68
#define REFCLSID
Definition: guiddef.h:117
Definition: scsiwmi.h:51
uint32_t ULONG
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6
__wchar_t WCHAR
Definition: xmlstorage.h:180
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185