store a .eit file for each recoring this holds raw eit event informations
[enigma2.git] / lib / service / iservice.h
index bc0fc974bed0935e77764e57374b49ae750a04a6..436d3554fee171f81e59427c210078fc8baaf527 100644 (file)
@@ -444,7 +444,7 @@ class iRecordableService: public iObject
        ~iRecordableService();
 #endif
 public:
        ~iRecordableService();
 #endif
 public:
-       virtual RESULT prepare(const char *filename)=0;
+       virtual RESULT prepare(const char *filename, time_t begTime=-1, time_t endTime=-1, int eit_event_id=-1)=0;
        virtual RESULT start()=0;
        virtual RESULT stop()=0;
 };
        virtual RESULT start()=0;
        virtual RESULT stop()=0;
 };