LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

VideoCapture.OnStoppedRecordingVideoCallback

public delegate void OnStoppedRecordingVideoCallback(XR.WSA.WebCam.VideoCapture.VideoCaptureResult result);

Parameters

resultIndicates whether or not video recording was saved successfully to the file system.

Description

Called when the video recording has been saved to the file system.