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 e044d57 commit b6617d8Copy full SHA for b6617d8
Samples/StyleTransfer/AppModel.cs
@@ -93,6 +93,7 @@ public VideoFrame OutputFrame
93
OnPropertyChanged();
94
}
95
96
+
97
// MediaSource for transformed media
98
private CaptureElement _outputCaptureElement;
99
public CaptureElement OutputCaptureElement
@@ -146,7 +147,6 @@ public bool StreamingControlsVisible
146
147
148
149
-
150
public event PropertyChangedEventHandler PropertyChanged;
151
private void OnPropertyChanged([CallerMemberName] string propertyName = null)
152
{
0 commit comments