make infobar actions helpable
[vuplus_dvbapp] / lib / service / servicedvb.h
index 5f85135..6b93469 100644 (file)
@@ -75,7 +75,9 @@ public:
                // iPauseableService
        RESULT pause();
        RESULT unpause();
-       
+       RESULT setSlowMotion(int ratio);
+       RESULT setFastForward(int ratio);
+       
                // iSeekableService
        RESULT getLength(pts_t &len);
        RESULT seekTo(pts_t to);