Support DVB-S2X.
[vuplus_dvbapp] / lib / dvb / dvb.h
index ff9ea6f..f470fe1 100644 (file)
@@ -144,6 +144,7 @@ class eDVBResourceManager: public iObject, public Object
        eSmartPtrList<eDVBRegisteredDemux> m_demux;
        eSmartPtrList<eDVBRegisteredFrontend> m_frontend, m_simulate_frontend;
        void addAdapter(iDVBAdapter *adapter);
+       void setUsbTuner();
 
        struct active_channel
        {
@@ -223,6 +224,7 @@ public:
        SWIG_VOID(RESULT) allocateRawChannel(eUsePtr<iDVBChannel> &SWIG_OUTPUT, int slot_index);
        PyObject *setFrontendSlotInformations(SWIG_PYOBJECT(ePyObject) list);
        bool frontendIsCompatible(int index, const char *type);
+       bool frontendIsMultistream(int index);
        void setFrontendType(int index, const char *type);
 };
 SWIG_TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManager);