differenciate between normal and simulate recordings
[vuplus_dvbapp] / lib / nav / pcore.h
index 1d314b1..c157e0d 100644 (file)
@@ -20,9 +20,9 @@ public:
        RESULT pause(int p);
        SWIG_VOID(RESULT) getCurrentService(ePtr<iPlayableService> &SWIG_OUTPUT);
 
-       SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr<iRecordableService> &SWIG_OUTPUT);
+       SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr<iRecordableService> &SWIG_OUTPUT, bool simulate);
        RESULT stopRecordService(ePtr<iRecordableService> &service);
-       PyObject *getRecordings(void);
+       PyObject *getRecordings(bool simulate=false);
 
 private:
        ePtr<eNavigation> m_core;