Exemplo n.º 1
0
 public void OnVideoEncoded(object source, VideoEventArgs args)
 {
     Console.WriteLine("Send the mail to the system" + args.Video.Title);
 }
Exemplo n.º 2
0
 public void OnVideoEncoded(object source, VideoEventArgs args)
 {
     Console.WriteLine("Send the message Service" + args.Video.Title);
 }
Exemplo n.º 3
0
 public void OnVideoEncoded(object source, VideoEventArgs args)
 {
     Console.WriteLine("Video {0} is encoded. Sending an email...", args.Video.Title);
 }