/** * TSParserSinkGuids.h * Copyright (C) 2005 nate * Copyright (C) 2006 bear * * This file is part of TSFileSource, a directshow push source filter that * provides an MPEG transport stream output. * * TSFileSource 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. * * TSFileSource 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 TSFileSource; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * authors can be reached on the forums at * http://forums.dvbowners.com/ */ #ifndef TSPARSERSINKGUIDS_H #define TSPARSERSINKGUIDS_H // {72BBD8CE-5C1B-49a5-B3A6-E046EF964421} DEFINE_GUID(CLSID_TSParserSink, 0x72bbd8ce, 0x5c1b, 0x49a5, 0xb3, 0xa6, 0xe0, 0x46, 0xef, 0x96, 0x44, 0x21); // {7EC273AF-4DB9-4cc3-8828-0C222BA7B545} DEFINE_GUID(CLSID_TSParserSinkProp, 0x7ec273af, 0x4db9, 0x4cc3, 0x88, 0x28, 0xc, 0x22, 0x2b, 0xa7, 0xb5, 0x45); #endif