コード例 #1
0
 public IObservable <string> StreamError()
 {
     return(demuxerController.DemuxerError()
            .Merge(rtspClient.RTSPError()));
 }