StartRecordingAsync(string, OnStartedRecordingVideoCallback)
Asynchronously records a video from the web camera to the file system.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public void StartRecordingAsync(string filename, VideoCapture.OnStartedRecordingVideoCallback onStartedRecordingVideoCallback)
Parameters
The name of the video to be recorded to.
Invoked as soon as the video recording begins.