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