CaptureType
Indicates whether a capture is a screenshot or a video recording.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 684 | Screenshot | 1 | The capture is a screenshot image. | |
| 684 | Video | 2 | The capture is a video recording. |
Description
Indicates whether a capture is a screenshot or a video recording.
CaptureService passes this value in
CaptureService.CaptureBegan and CaptureService.CaptureEnded,
and accepts an array of CaptureType values as the captureTypeFilters
argument of CaptureService:ReadCapturesFromGalleryAsync().
History 5
- 684 Change Value of Video from 1 to 2
- 684 Change Value of Screenshot from 0 to 1
- 674 Add Video
- 674 Add Screenshot
- 674 Add CaptureType