add slowmotion / fast forward
[enigma2.git] / lib / service / servicemp3.h
index dfdaa44c665e96be4924078ba10f4c0f8e949ded..ac174c4121449c5ed90240137308c1761f83c9ef 100644 (file)
@@ -56,6 +56,9 @@ public:
        RESULT start();
        RESULT stop();
        RESULT pause(ePtr<iPauseableService> &ptr);
+       RESULT setSlowMotion(int ratio);
+       RESULT setFastForward(int ratio);
+
                // not implemented (yet)
        RESULT seek(ePtr<iSeekableService> &ptr) { ptr = 0; return -1; }
        RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; }