aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-21 13:09:09 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-21 13:09:09 +0000
commitf3cc59418747658a3d8c6f3b75052567e32389d7 (patch)
tree9f7a5173e63f2aed7d420dfca025cb7a3a3b07a9 /lib/service/servicemp3.h
parent679475dbb4c18821055c9b9d632f689aaa9f3516 (diff)
downloadenigma2-f3cc59418747658a3d8c6f3b75052567e32389d7.tar.gz
enigma2-f3cc59418747658a3d8c6f3b75052567e32389d7.zip
add seekTitle to iSeekableService interface
add default implementation for seekTitle and seekChapter
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index be07cfc7..71291af9 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -83,7 +83,7 @@ public:
RESULT getPlayPosition(pts_t &SWIG_OUTPUT);
RESULT setTrickmode(int trick);
RESULT isCurrentlySeekable();
- RESULT seekChapter(int chapter);
+
// iServiceInformation
RESULT getName(std::string &name);
int getInfo(int w);