コード例 #1
0
 public PIS.Train.LiveVideoControl.LiveVideoControlRspEnumType StartVideoStreamingCommand(string RequestId, string URL)
 {
     PIS.Train.LiveVideoControl.StartVideoStreamingCommandRequest inValue = new PIS.Train.LiveVideoControl.StartVideoStreamingCommandRequest();
     inValue.RequestId = RequestId;
     inValue.URL       = URL;
     PIS.Train.LiveVideoControl.StartVideoStreamingCommandResponse retVal = ((PIS.Train.LiveVideoControl.ILiveVideoControlService)(this)).StartVideoStreamingCommand(inValue);
     return(retVal.Result);
 }
コード例 #2
0
 PIS.Train.LiveVideoControl.StartVideoStreamingCommandResponse PIS.Train.LiveVideoControl.ILiveVideoControlService.StartVideoStreamingCommand(PIS.Train.LiveVideoControl.StartVideoStreamingCommandRequest request)
 {
     return(base.Channel.StartVideoStreamingCommand(request));
 }