X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/29c3340e877cfa1d1818a140f76f14270b84c3d2..0e903a5d9d38bd48c792c095d786fc40091a47fa:/lib/service/iservice.h diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c477f11d..2ba7cb46 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -356,6 +356,8 @@ public: sTagCRC, sTagChannelMode, + sTransferBPS, + sUser = 0x100 }; enum { @@ -593,7 +595,8 @@ class iTimeshiftService: public iObject #endif public: virtual RESULT startTimeshift()=0; - virtual RESULT stopTimeshift()=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 */