Unity.XR.XREAL.CaptureTask
Public Member Functions | |
| CaptureTask (int w, int h, PhotoCaptureFileOutputFormat format, CaptureTaskCallback callback) | |
Public Attributes | |
| int | Width |
| int | Height |
| PhotoCaptureFileOutputFormat | CaptureFormat |
| CaptureTaskCallback | OnReceive |
Detailed Description
A capture task.
Constructor & Destructor Documentation
◆ CaptureTask()
| Unity.XR.XREAL.CaptureTask.CaptureTask | ( | int | w, |
| int | h, | ||
| PhotoCaptureFileOutputFormat | format, | ||
| CaptureTaskCallback | callback ) |
Constructor.
- Parameters
-
w The width. h The height. format Describes the format to use. callback The callback.


