mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
API changes of VDR 1.7.38 (thanks to mal@vdr-developer)
This commit is contained in:
@@ -28,7 +28,11 @@ private:
|
||||
|
||||
protected:
|
||||
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);
|
||||
virtual bool HasLock(int TimeoutMs)
|
||||
#if APIVERSNUM >= 10738
|
||||
virtual bool HasLock(int TimeoutMs) const
|
||||
#else
|
||||
virtual bool HasLock(int TimeoutMs)
|
||||
#endif
|
||||
{
|
||||
//printf("HasLock is %d\n", (ClientSocket.DataSocket(siLive) != NULL));
|
||||
//return ClientSocket.DataSocket(siLive) != NULL;
|
||||
|
Reference in New Issue
Block a user