예제 #1
0
 public void OnVideoEncoded(object source, VideoEventArgs e)
 {
     Console.WriteLine("MailService: Sending an email..." + e.Video.Title);
 }
예제 #2
0
        public void OnVideoEncoded(object source, VideoEventArgs args)
        {
            Console.WriteLine("MesageService : Sending a message...." + args.Video.Title);

        }
예제 #3
0
 public void OnVideoEncoded(object source, VideoEventArgs args)
 {
     Console.WriteLine("MesageService : Sending a message...." + args.Video.Title);
 }