Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VideoCaptureStartedResult

Describes the outcome of a video capture start request made through CaptureService.

Items 5

HistoryNameValueDescription
676Success0

Video capture started successfully.

676OtherError1

Video capture failed due to an unspecified internal error.

676CapturingAlready2

A video capture session is already in progress and a new one cannot be started.

676NoDeviceSupport3

The device does not have the required capture capabilities.

676NoSpaceOnDevice4

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

Settings