add possibility to reserve a demux from python (via rawChannel)
[vuplus_dvbapp] / lib / dvb / dvb.h
index 7b32000..405bd55 100644 (file)
@@ -268,6 +268,7 @@ public:
        int getUseCount() { return m_use_count; }
 
        RESULT requestTsidOnid(ePyObject callback);
+       int reserveDemux();
 private:
        ePtr<eDVBAllocatedFrontend> m_frontend;
        ePtr<eDVBAllocatedDemux> m_demux, m_decoder_demux;