X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fiservice.h;h=7099d7d89fc1dd5f0a1ee401857c027f3be62d91;hp=c35313f04b199efd47d5242f6edb335d88278f16;hb=59df7d4b4fc7d1740f30d36290553972c4a3a652;hpb=be533a7e21618d31831e8c2ecc4898dfe5c4edcc diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c35313f..7099d7d 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -289,6 +289,7 @@ public: sFileSize, sCAIDs, + sCAIDPIDs, sVideoType, /* MPEG2 MPEG4 */ sTags, /* space seperated list of tags */ @@ -356,6 +357,11 @@ public: sTagCRC, sTagChannelMode, + sTransferBPS, + + sHBBTVUrl, + sLiveStreamDemuxId, + sUser = 0x100 }; enum { @@ -594,6 +600,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 */ @@ -832,6 +839,7 @@ public: evBuffering, evStopped, + evHBBTVInfo, evUser = 0x100 };