aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-15 12:38:43 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-15 12:38:43 +0000
commitc50acf3391bec3f2abaf219c8f52c7d57d6149b5 (patch)
tree723cd560a7f148c63d6ebd75e6c9c71f261c5427 /lib/service/servicedvb.h
parent67f7a83d412b49b3599ef6c4100740e3fa6acc41 (diff)
downloadenigma2-c50acf3391bec3f2abaf219c8f52c7d57d6149b5.tar.gz
enigma2-c50acf3391bec3f2abaf219c8f52c7d57d6149b5.zip
add seekChapter method to iSeekableService interface
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 0c5710d8..d7d05c78 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -128,6 +128,7 @@ public:
RESULT getPlayPosition(pts_t &pos);
RESULT setTrickmode(int trick=0);
RESULT isCurrentlySeekable();
+ RESULT seekChapter(int chapter);
// iServiceInformation
RESULT getName(std::string &name);