mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
API changes of VDR 1.7.38 (thanks to mal@vdr-developer)
This commit is contained in:
parent
f58086a83a
commit
10db11acd9
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
||||
VDR Plugin 'streamdev' Revision History
|
||||
---------------------------------------
|
||||
|
||||
- API changes of VDR 1.7.38 (thanks to mal@vdr-developer)
|
||||
- Added simple recordings menu in HTTP server
|
||||
- Restructured menuHTTP classes
|
||||
- Added RSS format for HTTP menus
|
||||
|
@ -28,7 +28,11 @@ private:
|
||||
|
||||
protected:
|
||||
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user