X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b6592b47fa1932132a67a3beabcce7c96856d211..c5a75bf493e9c25857e2790c6240562be401f761:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 9a85c22c..b739f0ae 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -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 m_frontend;