/** * TSParserSourceGuids.h * Copyright (C) 2003 bisswanger * Copyright (C) 2004-2006 bear * Copyright (C) 2005 nate * * This file is part of TSParserSource, a directshow push source filter that * provides an MPEG transport stream output. * * TSParserSource is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * TSParserSource is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with TSParserSource; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * bisswanger can be reached at WinSTB@hotmail.com * Homepage: http://www.winstb.de * * bear and nate can be reached on the forums at * http://forums.dvbowners.com/ */ #ifndef TSParserSourceGUIDS_H #define TSParserSourceGUIDS_H // {71EB60C5-0877-47d2-AE58-C2055D44B6D3} DEFINE_GUID(CLSID_TSParserSource, 0x71eb60c5, 0x877, 0x47d2, 0xae, 0x58, 0xc2, 0x5, 0x5d, 0x44, 0xb6, 0xd3); // {769FCA9D-D78E-4fb7-9CB3-FF1A56411D60} DEFINE_GUID(CLSID_TSParserSourceProp, 0x769fca9d, 0xd78e, 0x4fb7, 0x9c, 0xb3, 0xff, 0x1a, 0x56, 0x41, 0x1d, 0x60); #endif