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