Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cutter.h

Go to the documentation of this file.
00001 
00010 #ifndef __CUTTER_H
00011 #define __CUTTER_H
00012 
00013 class cCuttingThread;
00014 
00015 
00017 class cCutter {
00018 private:
00019   static char *editedVersionName;
00020   static cCuttingThread *cuttingThread;
00021   static bool error;
00022   static bool ended;
00023 public:
00024   static bool Start(const char *FileName);
00025   static void Stop(void);
00026   static bool Active(void);
00027   static bool Error(void);
00028   static bool Ended(void);
00029   };
00030 
00031 #endif //__CUTTER_H
00032 

Generated on Wed Feb 5 23:30:07 2003 for VDR by doxygen1.3-rc2