add possibility to stopTimeshift but not switch back to live (not used in e2.. but...
[vuplus_dvbapp] / lib / service / servicedvb.h
index e3c7fd5..6ab3b34 100644 (file)
@@ -159,7 +159,7 @@ public:
 
                // iTimeshiftService
        RESULT startTimeshift();
-       RESULT stopTimeshift();
+       RESULT stopTimeshift(bool switchToLive=true);
        int isTimeshiftActive();
        RESULT activateTimeshift();
 
@@ -230,7 +230,7 @@ private:
        void switchToLive();
        void switchToTimeshift();
        
-       void updateDecoder();
+       void updateDecoder(bool sendSeekableStateChanged=false);
        
        int m_skipmode;
        int m_fastforward;