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 IGetFrame_h
00011 #define IGetFrame_h
00012
00013 #include "IVideoReaderControler.h"
00014
00015 // Take a look at basetyps.h to know how to do this in C
00016
00017 extern "C" {
00018 struct IGetFrame : public IUnknown
00019 {
00020 virtual HRESULT __stdcall SetControler(IVideoReaderControler* ctl) = 0;
00021 };
00022
00023 }
00024
00025 #endif // IGetFrame_h
1.2.12 written by Dimitri van Heesch,
© 1997-2001