internal VideoStreamServiceImpl(VideoStreamerServerPrx proxy)
 {
     this.proxy = proxy;
       this.numDevices = 1;// todo: this should be retrieved from the qwerk
 }
Beispiel #2
0
 internal VideoStreamServiceImpl(VideoStreamerServerPrx proxy)
 {
     this.proxy      = proxy;
     this.numDevices = 1;// todo: this should be retrieved from the qwerk
 }