コード例 #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("MessageService : Sending a text Message...." + args.Video.Title);
 }