Support Uno4k/Ultimo4k
[vuplus_dvbapp] / lib / nav / core.h
index a4906c1..b055bc8 100644 (file)
@@ -11,6 +11,7 @@
 class eNavigation: public iObject, public Object
 {
        DECLARE_REF(eNavigation);
+       int m_decoder;
        ePtr<iServiceHandler> m_servicehandler;
 
        ePtr<iPlayableService> m_runningService;
@@ -41,7 +42,7 @@ public:
        PyObject *getRecordings(bool simulate=false);
        
        RESULT pause(int p);
-       eNavigation(iServiceHandler *serviceHandler);
+       eNavigation(iServiceHandler *serviceHandler, int decoder = 0);
        virtual ~eNavigation();
 };