Пример #1
0
 public static string getRecordingInfo(int recordingId, bool withRTSPurl)
 {
     return(serverIntf.GetRecordingInfo(recordingId, withRTSPurl));
 }
Пример #2
0
 public static string getRecordingInfo(int recordingId, bool withRTSPurl, bool resolveRTSPurlToIP)
 {
     return(serverIntf.GetRecordingInfo(recordingId, withRTSPurl, resolveRTSPurlToIP));
 }