From 594aa3b0e81df9cd73854d2b94b40ae9df00bf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20=C3=96man?= Date: Sat, 5 Jan 2019 17:03:50 +0100 Subject: [PATCH] Created tag --- VideoEnc/VideoEncoder.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VideoEnc/VideoEncoder.cs b/VideoEnc/VideoEncoder.cs index de08f63..d892780 100644 --- a/VideoEnc/VideoEncoder.cs +++ b/VideoEnc/VideoEncoder.cs @@ -19,6 +19,8 @@ namespace VideoEnc // 3 Raise the event public delegate void VideoEncodedEventHandler(object source, VideoEventArgs args); + + public event VideoEncodedEventHandler VideoEncoded; public void Encode(Video video)