This commit is contained in:
Mykyta Bondarenko 2018-02-01 17:51:15 +02:00
Родитель e2389d3610
Коммит ea4afba0a8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -431,7 +431,7 @@ namespace SamplePhotoApp
// to render both for previewing and for final output.
var livePhotoContext = new PHLivePhotoEditingContext (input);
livePhotoContext.FrameProcessor = (frame, _) => {
livePhotoContext.FrameProcessor2 = (IPHLivePhotoFrame frame, ref NSError _) => {
filter.Image = frame.Image;
return filter.OutputImage;
};