X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d3538d6f7a92223cbd938c7b9be3cd9f618af60d..007c9240c1be4f000d98b0193c65440b9e1fb0e5:/lib/service/servicemp3.h diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index 6606ca5d..08b712c3 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -10,7 +10,7 @@ class eStaticServiceMP3Info; class eServiceFactoryMP3: public iServiceHandler { -DECLARE_REF(eServiceFactoryMP3); + DECLARE_REF(eServiceFactoryMP3); public: eServiceFactoryMP3(); virtual ~eServiceFactoryMP3(); @@ -41,7 +41,7 @@ typedef struct _GstElement GstElement; class eServiceMP3: public iPlayableService, public iPauseableService, public iServiceInformation, public iSeekableService, public Object { -DECLARE_REF(eServiceMP3); + DECLARE_REF(eServiceMP3); public: virtual ~eServiceMP3(); @@ -68,6 +68,7 @@ public: RESULT audioDelay(ePtr &ptr) { ptr = 0; return -1; } RESULT rdsDecoder(ePtr &ptr) { ptr = 0; return -1; } RESULT stream(ePtr &ptr) { ptr = 0; return -1; } + RESULT keys(ePtr &ptr) { ptr = 0; return -1; } // iPausableService RESULT pause(); @@ -82,7 +83,7 @@ public: RESULT getPlayPosition(pts_t &SWIG_OUTPUT); RESULT setTrickmode(int trick); RESULT isCurrentlySeekable(); - + // iServiceInformation RESULT getName(std::string &name); int getInfo(int w);