diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-01-28 12:45:16 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-01-28 12:45:16 +0100 |
| commit | c9839b5bbd097c884d979e43531ddbbcca9fa162 (patch) | |
| tree | 74ba38e3c76d01dc07bd72dc8a7d3c600ccb9941 /lib/dvb/demux.h | |
| parent | 44fb836216b0873cbd2de53029cbe6cd56f24ee1 (diff) | |
| download | enigma2-master-2011.02.tar.gz enigma2-master-2011.02.zip | |
no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02
this needs new hardware drivers!!
fixed bug #672
Diffstat (limited to 'lib/dvb/demux.h')
| -rw-r--r-- | lib/dvb/demux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index d43c41bb..7dbb521a 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<void,int> &event, ePtr<eConnection> &conn); - + int openDVR(void); + int getRefCount() { return ref; } private: int adapter, demux, source; |
