X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fe5b6c2f255b91bfe2fb512576082afb9d0fd84a..7fe561a6df44e7d71ff436a84bfd7e8881d24373:/lib/dvb/tstools.h diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 71e00df9..13168253 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -18,7 +18,7 @@ public: eDVBTSTools(); ~eDVBTSTools(); - int openFile(const char *filename); + int openFile(const char *filename, int nostreaminfo = 0); void closeFile(); void setSyncPID(int pid); @@ -52,6 +52,7 @@ public: int calcBitrate(); /* in bits/sec */ void takeSamples(); + int takeSample(off_t off, pts_t &p); int findPMT(int &pmt_pid, int &service_id); private: