aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-08 15:27:50 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-08 15:27:50 +0000
commitca60dbd724252e6ac5c3ffe8aaef07b08c0dc0bb (patch)
treeefceb09cc3cb1403c3d416b86e5a123f9fa1cc76 /lib/service/servicemp3.h
parentd4865c675017568585d1d931ebfecdd35cbe05ab (diff)
downloadenigma2-ca60dbd724252e6ac5c3ffe8aaef07b08c0dc0bb.tar.gz
enigma2-ca60dbd724252e6ac5c3ffe8aaef07b08c0dc0bb.zip
add dummy setTarget, add skip support
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index 279c3cf1..cb400cc6 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -49,6 +49,8 @@ public:
RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection);
RESULT start();
RESULT stop();
+ RESULT setTarget(int target);
+
RESULT pause(ePtr<iPauseableService> &ptr);
RESULT setSlowMotion(int ratio);
RESULT setFastForward(int ratio);