X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a37ddbb7785de5f1d944f4937a5b2914ce6a3862..aa979f0bc35f6160453b966942a0a86602d8c071:/lib/service/iservice.h diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c35313f0..d80733df 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -594,6 +594,7 @@ class iTimeshiftService: public iObject public: virtual RESULT startTimeshift()=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 */