# VideoCapture.OnStartedRecordingVideoCallback

> Called when the web camera begins recording the video.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEngine.Windows.WebCam](/engine/6000.3/script-reference/unityengine/windows/webcam.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public delegate void VideoCapture.OnStartedRecordingVideoCallback(VideoCapture.VideoCaptureResult result)
```
