mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
- transfer
This commit is contained in:
parent
5e7ea6f49c
commit
948893b25e
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: device.c,v 1.2 2005/01/25 14:14:43 lordjaxom Exp $
|
* $Id: device.c,v 1.3 2005/02/08 14:19:29 lordjaxom Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "client/device.h"
|
#include "client/device.h"
|
||||||
@ -97,7 +97,8 @@ bool cStreamdevDevice::SetChannelDevice(const cChannel *Channel,
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
m_Channel = Channel;
|
m_Channel = Channel;
|
||||||
return ClientSocket.SetChannelDevice(m_Channel);
|
bool r = ClientSocket.SetChannelDevice(m_Channel);
|
||||||
|
Dprintf("setchanneldevice r=%d\n", r);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cStreamdevDevice::SetPid(cPidHandle *Handle, int Type, bool On) {
|
bool cStreamdevDevice::SetPid(cPidHandle *Handle, int Type, bool On) {
|
||||||
|
Loading…
Reference in New Issue
Block a user