X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fpmt.h;h=de0de052fed7e77c11b6273944beff391405b165;hp=483c06b15ae3007c06514ca7760d30fdf7a05300;hb=453fc1c6f82fa3b6ae983059eb55ad822860a5eb;hpb=a95987bbd88eb84db03a431826d4b21cb7725a0f diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 483c06b..de0de05 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -205,7 +205,12 @@ public: int getChannel(eUsePtr &channel); void resetCachedProgram() { m_have_cached_program = false; } + /* deprecated interface */ 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); + void free(); private: bool m_have_cached_program;