Initial add of three projects
This commit is contained in:
12
VideoEnc/MessageService.cs
Normal file
12
VideoEnc/MessageService.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace VideoEnc
|
||||
{
|
||||
public class MessageService
|
||||
{
|
||||
public void OnVideoEncoded(object source, VideoEventArgs e)
|
||||
{
|
||||
Console.WriteLine("MessageService: Sending a text message..."+e.Video.Title);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user