X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/08ef7ab7ca52f453a411aa0eb2670fc464e777f9..36f427fcb34bb0dafa3d395dbc6bfc060494c874:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index f8586257..01a0e47e 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -193,6 +193,7 @@ public: RESULT getLength(pts_t &len); RESULT getCurrentPosition(pts_t &pos); RESULT seekTo(pts_t &pts); + RESULT seekToPosition(int relative, const off_t &off); private: ePtr m_frontend;