~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to lib/liblame/dshow/UIDS.H

  • Committer: wiso
  • Date: 2010-05-07 16:57:13 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29897
copy lame-3.98.4 to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  LAME MP3 encoder for DirectShow
 
3
 *  CLSIDs of the filter and property pages
 
4
 *
 
5
 *  Copyright (c) 2000-2005 Marie Orlova, Peter Gubanov, Vitaly Ivanov, Elecard Ltd.
 
6
 *
 
7
 * This library is free software; you can redistribute it and/or
 
8
 * modify it under the terms of the GNU Library General Public
 
9
 * License as published by the Free Software Foundation; either
 
10
 * version 2 of the License, or (at your option) any later version.
 
11
 *
 
12
 * This library is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
15
 * Library General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU Library General Public
 
18
 * License along with this library; if not, write to the
 
19
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
20
 * Boston, MA 02111-1307, USA.
 
21
 */
 
22
 
 
23
// {b8d27088-df5f-4b7c-98dc-0e91a1696286}
 
24
DEFINE_GUID(CLSID_LAMEDShowFilter,
 
25
0xb8d27088, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
 
26
 
 
27
 
 
28
// {b8d27089-df5f-4b7c-98dc-0e91a1696286}
 
29
DEFINE_GUID(CLSID_LAMEDShow_PropertyPage,
 
30
0xb8d27089, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
 
31
 
 
32
// {b8d2708a-df5f-4b7c-98dc-0e91a1696286}
 
33
DEFINE_GUID(CLSID_LAMEDShow_PropertyPageAdv,
 
34
0xb8d2708a, 0xff5f, 0x4b7c, 0x98, 0xdc, 0x0e, 0x91, 0xa1, 0x69, 0x62, 0x86);
 
35
 
 
36
// {FE69EDD1-04CB-11d5-994A-000021D1FE2F}
 
37
DEFINE_GUID(CLSID_LAMEDShow_About,
 
38
0xfe69edd1, 0xf4cb, 0x11d5, 0x99, 0x4a, 0x0, 0x0, 0x21, 0xd1, 0xfe, 0x2f);
 
39
 
 
40
DEFINE_GUID(MEDIASUBTYPE_MP3,
 
41
0x00000055, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71);
 
 
b'\\ No newline at end of file'