dont try to get frontend informations when the eDVBServicePlay is a pvr service
[enigma2.git] / lib / service / servicemp3.h
index 558fd81844004fd6a61f4cfd1a2d162063fcb9e5..9f1a8e9fc6a4706c1d071d429aa86510c80c37df 100644 (file)
@@ -57,6 +57,8 @@ public:
        RESULT stop();
        RESULT pause(ePtr<iPauseableService> &ptr);
        RESULT seek(ePtr<iSeekableService> &ptr);
+       RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr);
+       RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr);
 
                // iPausableService
        RESULT pause();