- add getLength() call to iStaticServiceInformation
[enigma2.git] / lib / service / servicemp3.h
index 12ad77068957883fd444ed2857dc1ec78c7322a7..d46f6bd7f99757c9ff29c3549ee65d383305f410 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