From 39bcbbae7cd1d2db59ddbf6cbae665313a322f3a Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 22 Jan 2010 15:06:12 +0100 Subject: add possibility to stopTimeshift but not switch back to live (not used in e2.. but usable for external plugins) this fixes bug #411 --- lib/service/iservice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service/iservice.h') diff --git a/lib/service/iservice.h b/lib/service/iservice.h index c477f11d..8b64f166 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -593,7 +593,7 @@ class iTimeshiftService: public iObject #endif public: virtual RESULT startTimeshift()=0; - virtual RESULT stopTimeshift()=0; + virtual RESULT stopTimeshift(bool switchToLive=true)=0; virtual int isTimeshiftActive()=0; /* this essentially seeks to the relative end of the timeshift buffer */ -- cgit v1.2.3