/** * TSFileSinkGuids.h * Copyright (C) 2005 nate * * 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 TSFILESINKGUIDS_H #define TSFILESINKGUIDS_H // {5cdd5c68-80dc-43e1-9e44-c849ca8026e7} DEFINE_GUID(CLSID_TSFileSink, 0x5cdd5c68, 0x80dc, 0x43e1, 0x9e, 0x44, 0xc8, 0x49, 0xca, 0x80, 0x26, 0xe7); // {8b8f3d25-8533-4a0a-b8a8-4eef620c7573} DEFINE_GUID(CLSID_TSFileSinkProp, 0x8b8f3d25, 0x8533, 0x4a0a, 0xb8, 0xa8, 0x4e, 0xef, 0x62, 0x0c, 0x75, 0x73); #endif