return value of streamdev-clients cDevice::NumProvidedSystems() now

configurable in plugin setup (fixes #552)
This commit is contained in:
Frank Schmirler
2011-02-16 08:57:05 +01:00
parent 30930d5c74
commit dc41eecffd
7 changed files with 50 additions and 11 deletions

View File

@@ -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;