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 e790029 commit f715782Copy full SHA for f715782
Assets/MRTK/Services/DiagnosticsSystem/MixedRealityToolkitVisualProfiler.cs
@@ -291,6 +291,7 @@ private void Start()
291
appCapture = AppCapture.GetForCurrentView();
292
if (appCapture != null)
293
{
294
+ appCaptureIsCapturingVideo = appCapture.IsCapturingVideo;
295
appCapture.CapturingChanged += AppCapture_CapturingChanged;
296
}
297
#endif // WINDOWS_UWP
0 commit comments