mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
return value of streamdev-clients cDevice::NumProvidedSystems() now
configurable in plugin setup (fixes #552)
This commit is contained in:
@@ -56,6 +56,11 @@ cStreamdevDevice::~cStreamdevDevice() {
|
||||
DELETENULL(m_TSBuffer);
|
||||
}
|
||||
|
||||
#if APIVERSNUM >= 10700
|
||||
int cStreamdevDevice::NumProvidedSystems(void) const
|
||||
{ return StreamdevClientSetup.NumProvidedSystems; }
|
||||
#endif
|
||||
|
||||
bool cStreamdevDevice::ProvidesSource(int Source) const {
|
||||
Dprintf("ProvidesSource, Source=%d\n", Source);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user