Merge branch 'bug_487_service_selection_event_text_color'
[enigma2.git] / lib / service / iservice.h
index c477f11db41b4e433d4a3a8fcb0b6fcac44e5352..2ba7cb461b9abc0b46983d24a6b82c6ffa2ca5b0 100644 (file)
@@ -356,6 +356,8 @@ public:
                sTagCRC,
                sTagChannelMode,
 
+               sTransferBPS,
+
                sUser = 0x100
        };
        enum {
@@ -593,7 +595,8 @@ class iTimeshiftService: public iObject
 #endif
 public:
        virtual RESULT startTimeshift()=0;
-       virtual RESULT stopTimeshift()=0;
+       virtual RESULT stopTimeshift(bool swToLive=true)=0;
+       virtual RESULT setNextPlaybackFile(const char *fn)=0; // not needed by our internal timeshift.. but external plugin...
 
        virtual int isTimeshiftActive()=0;
                        /* this essentially seeks to the relative end of the timeshift buffer */