shutdown channel if tune fails
[enigma2.git] / lib / dvb / dvb.h
index 9a85c22cd97b6992e7ebb5db2e552102a0dc543f..b739f0aeff9ce062765bc74d507440572116d672 100644 (file)
@@ -192,6 +192,10 @@ public:
        RESULT playFile(const char *file);
        RESULT getLength(pts_t &len);
        RESULT getCurrentPosition(pts_t &pos);
+       RESULT seekTo(int relative, pts_t &pts);
+                       /* seeking to relative positions won't work - 
+                          there is an unknown amount of buffers in between */
+       RESULT seekToPosition(const off_t &off);
 
 private:
        ePtr<eDVBAllocatedFrontend> m_frontend;