- add getLength() call to iStaticServiceInformation
[vuplus_dvbapp] / lib / service / servicemp3.h
index 12ad770..d46f6bd 100644 (file)
@@ -29,6 +29,7 @@ class eStaticServiceMP3Info: public iStaticServiceInformation
        eStaticServiceMP3Info();
 public:
        RESULT getName(const eServiceReference &ref, std::string &name);
+       int getLength(const eServiceReference &ref);
 };
 
 class eServiceMP3: public iPlayableService, public iPauseableService, public iServiceInformation, public Object