CreateCaptureWindowResult
CreateCaptureWindowResult represents the outcome of creating a CaptureWindow instance.
It contains:
captureWindow: the created capture window objectstatus: the result and error description of the capture creation process
Summary
| Field | |
|---|---|
| captureWindow | |
| status | |
captureWindow
Holds the created capture window instance.
| Type |
|---|
| CaptureWindow |
| Return Value |
The CaptureWindow object created during the process, or null if creation failed. |
status
Contains the result and error information of the capture window creation process.
| Type |
|---|
| CaptureWindowStatus |
| Return Value |
An instance of CaptureWindowStatus indicating the success or failure of the creation, including any error messages. |