VideoCaptureStartedResult
Describes the outcome of a video capture start request made through CaptureService.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 676 | Success | 0 | Video capture started successfully. | |
| 676 | OtherError | 1 | Video capture failed due to an unspecified internal error. | |
| 676 | CapturingAlready | 2 | A video capture session is already in progress and a new one cannot be started. | |
| 676 | NoDeviceSupport | 3 | The device does not have the required capture capabilities. | |
| 676 | NoSpaceOnDevice | 4 | The device does not have sufficient storage space available to begin capturing video. |
Description
Describes the outcome of a video capture start request initiated via
CaptureService:StartVideoCaptureAsync(). The value is returned
directly by that method and is also surfaced through the
UserVideoCaptureStartFailed event when the result is not
VideoCaptureStartedResult.Success.
History 6
- 676 Add Success
- 676 Add OtherError
- 676 Add NoSpaceOnDevice
- 676 Add NoDeviceSupport
- 676 Add CapturingAlready
- 676 Add VideoCaptureStartedResult