X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fdvb.h;h=f470fe13fe5a27cf43c3129b47dc696665c36904;hp=ff9ea6ff44e64d501ce3d56ca23f09d8168468c7;hb=faaf85f037e9d29dd9f5178016caf7c80776d55b;hpb=46c144d3f294b74996cc9276528a9862e4d70efe diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index ff9ea6f..f470fe1 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -144,6 +144,7 @@ class eDVBResourceManager: public iObject, public Object eSmartPtrList m_demux; eSmartPtrList m_frontend, m_simulate_frontend; void addAdapter(iDVBAdapter *adapter); + void setUsbTuner(); struct active_channel { @@ -223,6 +224,7 @@ public: SWIG_VOID(RESULT) allocateRawChannel(eUsePtr &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);