aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/demux.h')
-rw-r--r--lib/dvb/demux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h
index 1a7db979..14501b98 100644
--- a/lib/dvb/demux.h
+++ b/lib/dvb/demux.h
@@ -101,7 +101,9 @@ public:
RESULT setBoundary(off_t max);
RESULT stop();
-
+
+ RESULT getCurrentPCR(pts_t &pcr);
+
RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &conn);
private:
RESULT startPID(int pid);