Пример #1
0
 private string RtspAuth(RtspAuth rtspAuth)
 {
     if (!this.IsCurrentMedia(rtspAuth.MediaInfo))
     {
         return(null);
     }
     rtspAuth.MediaSourceWapper = this;
     return(OnRtspAuth?.Invoke(rtspAuth));
 }
 internal static RtspAuthResult OnRtspAuth_Call(RtspAuthInfo rtspAuthInfo) => OnRtspAuth?.Invoke(rtspAuthInfo);