00001 00002 /* 00003 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00004 * All rights reserved. 00005 * 00006 * Author(s): 00007 * Marc Navarro (mnavarro@wins.uva.nl) 00008 */ 00009 00010 #ifndef IPutFrame_h 00011 #define IPutFrame_h 00012 00013 #include "IVideoWriterControler.h" 00014 00015 // Take a look at basetyps.h to know how to do this in C 00016 00017 extern "C" { 00018 struct IPutFrame : public IUnknown 00019 { 00020 virtual HRESULT __stdcall SetControler(IVideoWriterControler* ctl) = 0; 00021 }; 00022 00023 } 00024 00025 #endif // IGetFrame_h