Exemplo n.º 1
0
 public void SendText(VideoEventArgs args)
 {
     Console.WriteLine("TextMessage: Sending message.... " + args.Video.Title);
 }
Exemplo n.º 2
0
 public void SendMessageAfterVideoEncoding(object s, VideoEventArgs args)
 {
     SendText(args);
 }