add slowmotion / fast forward
[enigma2.git] / lib / service / iservice.h
index 4ec12153d308462f53494d6cc86da557e528e148..eb04eaddb2230b769555ea6845a6e6dd8eb31e17 100644 (file)
@@ -241,6 +241,10 @@ class iPauseableService: public iObject
 public:
        virtual RESULT pause()=0;
        virtual RESULT unpause()=0;
+       
+               /* hm. */
+       virtual RESULT setSlowMotion(int ratio=0)=0;
+       virtual RESULT setFastForward(int ratio=0)=0;
 };
 
 TEMPLATE_TYPEDEF(ePtr<iPauseableService>, iPauseableServicePtr);