X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7b2960a205f3c3e3b421d1664cd38644b3ffb679..1e4c82ee8d55cd1fc22da279eecdfb6a25521eb5:/lib/dvb/idvb.h diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 3996b6b6..86936f8d 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include @@ -607,7 +607,7 @@ public: virtual void stopFile() = 0; /* new interface */ - virtual RESULT playSource(ePtr &source, const char *priv=NULL) = 0; + virtual RESULT playSource(ePtr &source, const char *priv=NULL) = 0; virtual void stopSource() = 0; virtual void setCueSheet(eCueSheet *cuesheet) = 0; @@ -636,6 +636,7 @@ public: virtual RESULT getSTC(pts_t &pts, int num=0)=0; virtual RESULT getCADemuxID(uint8_t &id)=0; virtual RESULT flush()=0; + virtual int openDVR(int flags)=0; }; #if HAVE_DVB_API_VERSION < 3 && !defined(VIDEO_EVENT_SIZE_CHANGED) @@ -650,7 +651,7 @@ public: /** Set Displayed Video PID and type */ virtual RESULT setVideoPID(int vpid, int type)=0; - enum { af_MPEG, af_AC3, af_DTS, af_AAC }; + enum { af_MPEG, af_AC3, af_DTS, af_AAC, af_DTSHD }; /** Set Displayed Audio PID and type */ virtual RESULT setAudioPID(int apid, int type)=0;