X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/33ea51a6202ec4f1414b631cf7c9a301ecea9938..acb231d17468a18e7ee92654b8cdf07059a9ca66:/lib/dvb/demux.h diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index d43c41bb..e73982ec 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -26,7 +26,8 @@ public: RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; } RESULT flush(); RESULT connectEvent(const Slot1 &event, ePtr &conn); - + int openDVR(int flags); + int getRefCount() { return ref; } private: int adapter, demux, source;