lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to play another...
[enigma2.git] / lib / service / iservice.h
index 8b64f166017257108a3cbbe620fbfbf7f0774e92..d80733df265be1439ba67ec9bc007eaa2fef7915 100644 (file)
@@ -593,7 +593,8 @@ class iTimeshiftService: public iObject
 #endif
 public:
        virtual RESULT startTimeshift()=0;
-       virtual RESULT stopTimeshift(bool switchToLive=true)=0;
+       virtual RESULT stopTimeshift(bool swToLive=true)=0;
+       virtual RESULT setNextPlaybackFile(const char *fn)=0; // not needed by our internal timeshift.. but external plugin...
 
        virtual int isTimeshiftActive()=0;
                        /* this essentially seeks to the relative end of the timeshift buffer */