Support DVB-S2X.
[vuplus_dvbapp] / lib / dvb / dvb.h
index 3e9fc7f..f470fe1 100644 (file)
@@ -224,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);