VideoCaptureResult
Indicates whether a video capture session ended successfully or the reason it was interrupted.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | Success | 0 | Video capture ended normally without any errors. | |
| 672 | OtherError | 1 | Video capture stopped due to an unspecified internal error. | |
| 676 | ScreenSizeChanged | 2 | Video capture was interrupted because the screen dimensions changed while recording was in progress. | |
| 676 | TimeLimitReached | 3 | Video capture was stopped automatically because the maximum allowed recording duration was reached. |
Removed items 3
| History | Name | Value | |
|---|---|---|---|
| 676 | CapturingAlready | 2 | |
| 676 | NoDeviceSupport | 3 | |
| 676 | NoSpaceOnDevice | 4 |
Description
Passed as the result argument of UserVideoCaptureFailed when a video
capture session ends. VideoCaptureResult.Success means the capture
completed normally; other values identify why recording stopped.
History 11
- 676 Add TimeLimitReached
- 676 Add ScreenSizeChanged
- 676 Remove NoSpaceOnDevice
- 676 Remove NoDeviceSupport
- 676 Remove CapturingAlready
- 672 Add Success
- 672 Add OtherError
- 672 Add NoSpaceOnDevice
- 672 Add NoDeviceSupport
- 672 Add CapturingAlready
- 672 Add VideoCaptureResult