コード例 #1
0
 public void UpdateRecordingTime(PanoptoAPITest.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid sessionId, System.DateTime start, System.DateTime end)
 {
     base.Channel.UpdateRecordingTime(auth, sessionId, start, end);
 }
コード例 #2
0
 public System.Guid[] ScheduleRecuringRecording(PanoptoAPITest.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid scheduledSessionId, System.DayOfWeek[] daysOfWeek, System.DateTime end)
 {
     return(base.Channel.ScheduleRecuringRecording(auth, scheduledSessionId, daysOfWeek, end));
 }
コード例 #3
0
 public PanoptoAPITest.RemoteRecorderManagement.ListRecordersResponse ListRecorders(PanoptoAPITest.RemoteRecorderManagement.AuthenticationInfo auth, PanoptoAPITest.RemoteRecorderManagement.Pagination pagination, PanoptoAPITest.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecorders(auth, pagination, sortBy));
 }
コード例 #4
0
 public System.Guid ScheduleRecording(PanoptoAPITest.RemoteRecorderManagement.AuthenticationInfo auth, string name, System.Guid folderId, bool isBroadcast, System.DateTime start, System.DateTime end, PanoptoAPITest.RemoteRecorderManagement.RecorderSettings[] recorderSettings)
 {
     return(base.Channel.ScheduleRecording(auth, name, folderId, isBroadcast, start, end, recorderSettings));
 }
コード例 #5
0
 public PanoptoAPITest.RemoteRecorderManagement.RemoteRecorder[] GetRemoteRecordersById(PanoptoAPITest.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid[] remoteRecorderIds)
 {
     return(base.Channel.GetRemoteRecordersById(auth, remoteRecorderIds));
 }