diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-02 20:05:59 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-31 11:04:13 +0200 |
| commit | 68276231e2e0d6e189572fec5cb1c1ff0c00a1a3 (patch) | |
| tree | 770ef6a7889f36e4a351ee06140cee95bf061a34 /lib/service/iservice.h | |
| parent | b3634186b1ede88201f68838e40a977c1beeff1a (diff) | |
| download | enigma2-68276231e2e0d6e189572fec5cb1c1ff0c00a1a3.tar.gz enigma2-68276231e2e0d6e189572fec5cb1c1ff0c00a1a3.zip | |
lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to play another timeshift file after eof (not used in e2 yet..)
this fixes bug #461
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 1 |
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 */ |
