X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fiservice.h;h=2ba7cb461b9abc0b46983d24a6b82c6ffa2ca5b0;hb=fe72b7929c2f0b5dbac3040b303d195923735fc8;hp=c35313f04b199efd47d5242f6edb335d88278f16;hpb=7c75162a934f5cb088801396f2b3129d74a119e6;p=vuplus_dvbapp diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c35313f..2ba7cb4 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -356,6 +356,8 @@ public: sTagCRC, sTagChannelMode, + sTransferBPS, + sUser = 0x100 }; enum { @@ -594,6 +596,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 */