Hauptseite   Klassenhierarchie   Alphabetische Liste   Übersicht   Auflistung der Dateien   Elementübersicht  

iomodulplugins.h

00001 /***************************************************************************
00002                           iomodulplugins.h  -  description
00003                              -------------------
00004     begin                : Wed Jan 16 2002
00005     copyright            : (C) 2002 by Christian Tusche
00006     email                : christian.tusche@stud.uni-goettingen.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef IOMODULPLUGINS_H
00019 #define IOMODULPLUGINS_H
00020 
00021 #include "pluginloader.h"
00022 #include "PluginList.h"
00023 #include "IOModul_Info.h"
00024 
00025 
00030 class IOModulPlugins: public PluginLoader {
00031 public: 
00032     IOModulPlugins();
00033     ~IOModulPlugins();
00034 
00037     VideoFile *CreateModul( const String file, const String Dateityp, VideoFile::IO_Mode mode );
00038 
00039     IOModul_Info *FindModul( const String Dateityp );
00040 
00043     PluginList<IOModul_Info> *IO_Moduls( void ) { return &reg_moduls; }
00044 
00045 protected:
00046     int RegisterModul( modul_data *data );
00047 
00048 private:
00049     PluginList<IOModul_Info> reg_moduls;
00050 };
00051 
00052 #endif

Erzeugt am Tue Dec 31 22:54:54 2002 für av_convert von doxygen1.2.9.1 geschrieben von Dimitri van Heesch, © 1997-2001