Пример #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);
 }