Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaVideoWriter.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008 
00009 #ifndef HxCorbaVideoWriter_idl
00010 #define HxCorbaVideoWriter_idl
00011 
00012 #include "HxCorbaImageRep.idl"
00013 
00014 module HxCorba
00015 {
00016 
00018 interface VideoWriter
00019 {
00020     void            putFrame(in octet r, in octet g, in octet b);
00021     void            putImage(in ImageRep img, in string mode);
00022     void            closeVideo();
00023 };
00024 
00025 
00027 interface VideoWriterFactory
00028 {
00029     VideoWriter     openVideo(in string videoName, in long w, in long h);
00030 };
00031 
00032 }; // module HxCorba
00033 
00034 #endif //HxCorbaVideoWriter_idl

Generated on Mon Jan 27 15:09:39 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001