Ejemplo n.º 1
0
 public SkiVideoProcessor(string videoUrl)
 {
     _sourceVideoUrl   = videoUrl;
     _storage          = new Storage();
     _factory          = new CoursePassFactory();
     _processedNotifer = new VideoProcessedNotifier();
 }
Ejemplo n.º 2
0
        private static void Notify()
        {
            VideoProcessedNotifier notifier = new VideoProcessedNotifier();

            notifier.NotifyAsync("Jason", "video.MP4").Wait();
        }