1159b3361Sopenharmony_ci/*
2159b3361Sopenharmony_ci *  LAME MP3 encoder for DirectShow
3159b3361Sopenharmony_ci *  CLSIDs of the filter and property pages
4159b3361Sopenharmony_ci *
5159b3361Sopenharmony_ci *  Copyright (c) 2000-2005 Marie Orlova, Peter Gubanov, Vitaly Ivanov, Elecard Ltd.
6159b3361Sopenharmony_ci *
7159b3361Sopenharmony_ci * This library is free software; you can redistribute it and/or
8159b3361Sopenharmony_ci * modify it under the terms of the GNU Library General Public
9159b3361Sopenharmony_ci * License as published by the Free Software Foundation; either
10159b3361Sopenharmony_ci * version 2 of the License, or (at your option) any later version.
11159b3361Sopenharmony_ci *
12159b3361Sopenharmony_ci * This library is distributed in the hope that it will be useful,
13159b3361Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of
14159b3361Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15159b3361Sopenharmony_ci * Library General Public License for more details.
16159b3361Sopenharmony_ci *
17159b3361Sopenharmony_ci * You should have received a copy of the GNU Library General Public
18159b3361Sopenharmony_ci * License along with this library; if not, write to the
19159b3361Sopenharmony_ci * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20159b3361Sopenharmony_ci * Boston, MA 02111-1307, USA.
21159b3361Sopenharmony_ci */
22159b3361Sopenharmony_ci
23159b3361Sopenharmony_ci// {b8d27088-df5f-4b7c-98dc-0e91a1696286}
24159b3361Sopenharmony_ciDEFINE_GUID(CLSID_LAMEDShowFilter,
25159b3361Sopenharmony_ci0xb8d27088, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
26159b3361Sopenharmony_ci
27159b3361Sopenharmony_ci
28159b3361Sopenharmony_ci// {b8d27089-df5f-4b7c-98dc-0e91a1696286}
29159b3361Sopenharmony_ciDEFINE_GUID(CLSID_LAMEDShow_PropertyPage,
30159b3361Sopenharmony_ci0xb8d27089, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
31159b3361Sopenharmony_ci
32159b3361Sopenharmony_ci// {b8d2708a-df5f-4b7c-98dc-0e91a1696286}
33159b3361Sopenharmony_ciDEFINE_GUID(CLSID_LAMEDShow_PropertyPageAdv,
34159b3361Sopenharmony_ci0xb8d2708a, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
35159b3361Sopenharmony_ci
36159b3361Sopenharmony_ci// {FE69EDD1-04CB-11d5-994A-000021D1FE2F}
37159b3361Sopenharmony_ciDEFINE_GUID(CLSID_LAMEDShow_About,
38159b3361Sopenharmony_ci0xfe69edd1, 0xf4cb, 0x11d5, 0x99, 0x4a, 0x0, 0x0, 0x21, 0xd1, 0xfe, 0x2f);
39159b3361Sopenharmony_ci
40159b3361Sopenharmony_ciDEFINE_GUID(MEDIASUBTYPE_MP3,
41159b3361Sopenharmony_ci0x00000055, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);