00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_FSFILEREADER_H__988547EF_AC69_4F72_979F_52571675E5B2__INCLUDED_) 00007 #define AFX_FSFILEREADER_H__988547EF_AC69_4F72_979F_52571675E5B2__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include <dshow.h> 00014 #include <DShow/wxdebug.h> 00015 #include <DShow/combase.h> 00016 #include <DShow/reftime.h> 00017 #include <DShow/wxutil.h> 00018 #include <DShow/mtype.h> 00019 #include <DShow/wxlist.h> 00020 #include <DShow/amfilter.h> 00021 #include <DShow/asyncio.h> 00022 #include <DShow/asyncrdr.h> 00023 #include "fsFileStream.h" 00024 00025 class fsFileReader : public CAsyncReader 00026 { 00027 public: 00028 void Set_MediaType (const AM_MEDIA_TYPE* mt); 00029 fsFileReader(fsFileStream* pStream, HRESULT* phr); 00030 virtual ~fsFileReader(); 00031 00032 }; 00033 00034 #endif
1.5.6