X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fiservice.h;h=c477f11db41b4e433d4a3a8fcb0b6fcac44e5352;hb=26ffb5f9f32d3939c8f4bb6601bfed424bd13a14;hp=373f24ca88ad794d44c06aff4d63a98f10ae1a78;hpb=2aa38f5ceb6991e26df20dc0f463aa64466f09ed;p=vuplus_dvbapp diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 373f24c..c477f11 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -286,6 +286,7 @@ public: sDescription, sServiceref, sTimeCreate, /* unix time or string */ + sFileSize, sCAIDs, sVideoType, /* MPEG2 MPEG4 */ @@ -718,6 +719,9 @@ public: /* for transferring a service... */ virtual SWIG_VOID(RESULT) getListOfFilenames(std::list &SWIG_OUTPUT)=0; + + /* a blocking call to reindex a file */ + virtual int reindex() = 0; // TODO: additional stuff, like a conversion interface? };