summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-11-07 14:16:25 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-11-07 14:16:25 +0100
commit85767a54058ac2de21a51fe58c33fbd1c5bb4628 (patch)
tree4cd157a7f1bf004447bb4a5ea479eaa86603c81e /dvbdevice.h
parent2a7467aed5a0b96e64bc5e7493c96d89583d3a6d (diff)
downloadvdr-85767a54058ac2de21a51fe58c33fbd1c5bb4628.tar.gz
vdr-85767a54058ac2de21a51fe58c33fbd1c5bb4628.tar.bz2
Added cDevice::GetSTC()
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 78df221b..56f1c2b1 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.23 2003/10/04 11:54:50 kls Exp $
+ * $Id: dvbdevice.h 1.24 2003/11/07 13:17:13 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -38,7 +38,7 @@ public:
///< \return True if any devices are available.
private:
fe_type_t frontendType;
- int fd_osd, fd_audio, fd_video, fd_dvr;
+ int fd_osd, fd_audio, fd_video, fd_dvr, fd_stc;
int OsdDeviceHandle(void) const { return fd_osd; }
protected:
virtual void MakePrimaryDevice(bool On);
@@ -107,6 +107,7 @@ protected:
virtual bool CanReplay(void) const;
virtual bool SetPlayMode(ePlayMode PlayMode);
public:
+ virtual int64_t GetSTC(void);
virtual void TrickSpeed(int Speed);
virtual void Clear(void);
virtual void Play(void);