VideoCapture.VideoCaptureResult
A data container that contains the result information of a video recording operation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Windows.WebCam
- Assembly: UnityEngine.CoreModule
public struct VideoCapture.VideoCaptureResult
Fields
Value | Description |
|---|---|
| hResult | The specific Windows HRESULT code. |
| resultType | A generic result that indicates whether or not the VideoCapture operation succeeded. |
Properties
Property | Description |
|---|---|
| success | Indicates whether or not the operation was successful. |