add ability to get ttxpid from python
[enigma2.git] / lib / service / servicemp3.h
index ac174c4121449c5ed90240137308c1761f83c9ef..c08278b835a95960e7e242c6487653ed39ee74aa 100644 (file)
@@ -64,7 +64,8 @@ public:
        RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; }
        RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; }
        RESULT subServices(ePtr<iSubserviceList> &ptr) { ptr = 0; return -1; }
-
+       RESULT timeshift(ePtr<iTimeshiftService> &ptr) { ptr = 0; return -1; }
+       
                // iPausableService
        RESULT pause();
        RESULT unpause();