X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/52eb0cac0affc9c39a7a15a5e90bb87ad3a60481..5ec9643747ed0dc24917ddac6310be0e49f74ce5:/lib/dvb/demux.h diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index b07239be..23aef0f3 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -21,6 +21,7 @@ public: RESULT createSectionReader(eMainloop *context, ePtr &reader); RESULT createTSRecorder(ePtr &recorder); RESULT getMPEGDecoder(ePtr &reader); + RESULT getSTC(pts_t &pts); }; class eDVBSectionReader: public iDVBSectionReader, public Object @@ -43,7 +44,7 @@ public: RESULT connectRead(const Slot1 &read, ePtr &conn); }; -class eDVBTSRecorderThread; +class eFilePushThread; class eDVBTSRecorder: public iDVBTSRecorder, public Object { @@ -68,7 +69,7 @@ private: RESULT startPID(int pid); void stopPID(int pid); - eDVBTSRecorderThread *m_thread; + eFilePushThread *m_thread; std::map m_pids; Signal1 m_event;