Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VideoCapture.StartRecordingAsync

Declaration

public void StartRecordingAsync(string filename, Windows.WebCam.VideoCapture.OnStartedRecordingVideoCallback onStartedRecordingVideoCallback);

Parameters

filename The name of the video to be recorded to.
onStartedRecordingVideoCallback Invoked as soon as the video recording begins.

Description

Asynchronously records a video from the web camera to the file system.