X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7734162c4314751a6a2539e09e06b8c7528359d9..a9f7393e1d00eb89b8282aae0ddc4f6da33d9ca1:/lib/service/servicedvb.h diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h index bae0c6e5..d19b92d6 100644 --- a/lib/service/servicedvb.h +++ b/lib/service/servicedvb.h @@ -272,7 +272,7 @@ private: ePtr m_new_dvb_subtitle_page_connection; std::list m_dvb_subtitle_pages; - eTimer m_subtitle_sync_timer; + ePtr m_subtitle_sync_timer; void checkSubtitleTiming(); /* radiotext */ @@ -293,7 +293,7 @@ public: eServiceReference &getPlayableService() { return m_playable_service; } RESULT getName(const eServiceReference &ref, std::string &name); int getLength(const eServiceReference &ref); - int isPlayable(const eServiceReference &ref, const eServiceReference &ignore); + int isPlayable(const eServiceReference &ref, const eServiceReference &ignore, bool simulate=false); RESULT getEvent(const eServiceReference &ref, ePtr &ptr, time_t start_time); };