We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41d6d7 commit b85af32Copy full SHA for b85af32
Samples/StyleTransfer/AppViewModel.cs
@@ -79,9 +79,11 @@ public SoftwareBitmapSource OutputSoftwareBitmapSource
79
set { _outputSoftwareBitmapSource = value; OnPropertyChanged(); }
80
}
81
82
- public void SaveOutput()
+ public async void SaveOutput()
83
{
84
// TODO: Take from UIButtonSaveImage_Click
85
+ Debug.WriteLine("UIButtonSaveImage_Click");
86
+ await ImageHelper.SaveVideoFrameToFilePickedAsync(_appModel.OutputFrame);
87
return;
88
89
0 commit comments