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