예제 #1
0
 internal RemoteCamera(RemoteHorusSession remoteSession, string instanceId)
 {
     this.remoteSession = remoteSession;
     this.instanceId = instanceId;
 }
예제 #2
0
 internal RemoteVideo(RemoteHorusSession remoteSession, string instanceId)
 {
     this.remoteSession = remoteSession;
     this.instanceId = instanceId;
     this.videoFramePersister = new VideoFramePersister();
 }