add slowmotion / fast forward
[enigma2.git] / lib / dvb / idvb.h
index 742a3a32cca0bfefd1be9bc6cf8761dfb35e40d8..460806a2e74e33756bb207a84eccc25c62d65be1 100644 (file)
@@ -474,6 +474,9 @@ public:
                /** Continue after freeze. */
        virtual RESULT unfreeze()=0;
        
+               /** fast forward by skipping frames. 0 is disabled, 2 is twice-the-speed, ... */
+       virtual RESULT setFastForward(int skip=0)=0;
+       
                // stop on .. Picture
        enum { spm_I, spm_Ref, spm_Any };
                /** Stop on specific decoded picture. For I-Frame display. */