X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fnav%2Fpcore.h;h=c157e0dcc43f449902be4564b5ebe07fc9e1bbe2;hp=1d314b19848fc22af84db3a2b9cf96964f1517a3;hb=9d9d69d8242d27915c95cb794bd4e7a93759b6db;hpb=2e0270746af934180499931f95ed91c444c8233e diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 1d314b1..c157e0d 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -20,9 +20,9 @@ public: RESULT pause(int p); SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); - SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT, bool simulate); RESULT stopRecordService(ePtr &service); - PyObject *getRecordings(void); + PyObject *getRecordings(bool simulate=false); private: ePtr m_core;