예제 #1
0
 public SkiVideoProcessor(string videoUrl)
 {
     _sourceVideoUrl   = videoUrl;
     _storage          = new Storage();
     _factory          = new CoursePassFactory();
     _processedNotifer = new VideoProcessedNotifier();
 }
예제 #2
0
파일: Program.cs 프로젝트: malirezai/slalom
        private static void Notify()
        {
            VideoProcessedNotifier notifier = new VideoProcessedNotifier();

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