diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-13 04:28:50 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-13 04:28:50 +0000 |
| commit | a1579bb7cb05ea1265204103b2dd4007c8f817c5 (patch) | |
| tree | aa538637cabf928d6103eb817719baa92156100e /lib/dvb/dvb.h | |
| parent | 6d2e4a11c8c6ac882edfaee16fe9036955150ad0 (diff) | |
| download | enigma2-a1579bb7cb05ea1265204103b2dd4007c8f817c5.tar.gz enigma2-a1579bb7cb05ea1265204103b2dd4007c8f817c5.zip | |
add seekToPosition to DVBChannel
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<eDVBAllocatedFrontend> m_frontend; |
