예제 #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);
 }