diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-21 13:09:09 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-04-21 13:09:09 +0000 |
| commit | f3cc59418747658a3d8c6f3b75052567e32389d7 (patch) | |
| tree | 9f7a5173e63f2aed7d420dfca025cb7a3a3b07a9 /lib/service/servicedvb.h | |
| parent | 679475dbb4c18821055c9b9d632f689aaa9f3516 (diff) | |
| download | enigma2-f3cc59418747658a3d8c6f3b75052567e32389d7.tar.gz enigma2-f3cc59418747658a3d8c6f3b75052567e32389d7.zip | |
add seekTitle to iSeekableService interface
add default implementation for seekTitle and seekChapter
Diffstat (limited to 'lib/service/servicedvb.h')
| -rw-r--r-- | lib/service/servicedvb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h index d7d05c78..0c5710d8 100644 --- a/lib/service/servicedvb.h +++ b/lib/service/servicedvb.h @@ -128,7 +128,6 @@ public: RESULT getPlayPosition(pts_t &pos); RESULT setTrickmode(int trick=0); RESULT isCurrentlySeekable(); - RESULT seekChapter(int chapter); // iServiceInformation RESULT getName(std::string &name); |
