示例#1
0
 public void OnVideoEncoded(object source, IVideoEventArgs args)
 {
     Console.WriteLine("MessageService: Sending an text message...{0}", args.Video.Title);
 }
示例#2
0
 public void OnVideoEncoded(object source, IVideoEventArgs args)
 {
     Console.WriteLine("MailService: Sending an email...{0}", args.Video.Title);
 }