diff options
author | lordjaxom <lordjaxom> | 2005-01-25 14:14:43 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-25 14:14:43 +0000 |
commit | 04a5985dcc0a24a1ff7b8debd5e88d4de46bb989 (patch) | |
tree | dbdf275970d381188d8cbe79e237c8d8aa6499ac /client/device.h | |
parent | 302fa2e67276bd0674e81e2a9a01b9e91dd45d8c (diff) | |
download | vdr-plugin-streamdev-04a5985dcc0a24a1ff7b8debd5e88d4de46bb989.tar.gz vdr-plugin-streamdev-04a5985dcc0a24a1ff7b8debd5e88d4de46bb989.tar.bz2 |
- updated to 1.3.19
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/device.h b/client/device.h index b35dabe..b7ab3da 100644 --- a/client/device.h +++ b/client/device.h @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.1 2004/12/30 22:44:00 lordjaxom Exp $ + * $Id: device.h,v 1.2 2005/01/25 14:14:43 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_DEVICE_H @@ -30,7 +30,7 @@ private: protected: virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); - virtual bool HasLock(void) { return m_TSBuffer != NULL; } + virtual bool HasLock(int TimeoutMs) { return m_TSBuffer != NULL; } // TODO virtual bool SetPid(cPidHandle *Handle, int Type, bool On); virtual bool OpenDvr(void); |