X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fpmt.h;fp=lib%2Fdvb%2Fpmt.h;h=363176d53897228a07eae493ce52aa660e0b9e1a;hp=4be80002437e5ef42abcb4a8927b5d7ab8cc6c67;hb=377c2adbf11ed3b293bced1a4195cefd8aa6110f;hpb=a83232fb2b68ec4d0681dfd858568bab9f12ebf8 diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 4be8000..363176d 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -217,12 +217,13 @@ public: int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); /* new interface */ - int tuneExt(eServiceReferenceDVB &ref, int use_decode_demux, ePtr &, const char *streaminfo_file, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); + int tuneExt(eServiceReferenceDVB &ref, int use_decode_demux, ePtr &, const char *streaminfo_file, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0, bool isstreamclient=false); void free(); private: bool m_have_cached_program; program m_cached_program; + bool m_isstreamclient; #endif };