diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-08 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-08 18:00:00 +0100 |
commit | 17c5b4169e50c127991cb20d9f8050a5e47b18c2 (patch) | |
tree | 1d4a827800e238f44bda9fbdcb69a36c03e7cf15 /device.h | |
parent | d62fbea7bad99cfa34ec42a678d4cf38ec1593d8 (diff) | |
download | vdr-patch-lnbsharing-17c5b4169e50c127991cb20d9f8050a5e47b18c2.tar.gz vdr-patch-lnbsharing-17c5b4169e50c127991cb20d9f8050a5e47b18c2.tar.bz2 |
Version 1.2.6pre5vdr-1.2.6pre5
- Added cDevice::GetSTC() (suggested by Sven Goethel).
- Added Asia-Pacific satellites to 'sources.conf' (thanks to Richard Scobie).
- Added North American satellites to 'sources.conf' (thanks to Luke Jenkins).
- Fixed getting the list of recordings in case VDR is started from a directory
where it doesn't have access to (thanks to Dirk Mueller).
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.34 2003/08/15 13:05:50 kls Exp $ + * $Id: device.h 1.35 2003/11/07 13:15:45 kls Exp $ */ #ifndef __DEVICE_H @@ -320,6 +320,10 @@ protected: ///< Sets the device into the given play mode. ///< \return true if the operation was successful. public: + virtual int64_t GetSTC(void); + ///< Gets the current System Time Counter, which can be used to + ///< synchronize audio and video. If this device is unable to + ///< provide the STC, -1 will be returned. virtual void TrickSpeed(int Speed); ///< Sets the device into a mode where replay is done slower. ///< Every single frame shall then be displayed the given number of |