Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VideoCapture.VideoCaptureResult

A data container that contains the result information of a video recording operation.
Read time 1 minuteLast updated 12 days ago

Definition

public struct VideoCapture.VideoCaptureResult

Fields

Value

Description

hResultThe specific Windows HRESULT code.
resultTypeA generic result that indicates whether or not the VideoCapture operation succeeded.

Properties

Property

Description

successIndicates whether or not the operation was successful.