aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/iservice.h')
-rw-r--r--lib/service/iservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h
index c35313f0..d80733df 100644
--- a/lib/service/iservice.h
+++ b/lib/service/iservice.h
@@ -594,6 +594,7 @@ class iTimeshiftService: public iObject
public:
virtual RESULT startTimeshift()=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 */