Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VideoCaptureResult

Indicates whether a video capture session ended successfully or the reason it was interrupted.

Items 4

HistoryNameValueDescription
672Success0

Video capture ended normally without any errors.

672OtherError1

Video capture stopped due to an unspecified internal error.

676ScreenSizeChanged2

Video capture was interrupted because the screen dimensions changed while recording was in progress.

676TimeLimitReached3

Video capture was stopped automatically because the maximum allowed recording duration was reached.

Removed items 3

HistoryNameValue
676CapturingAlready2
676NoDeviceSupport3
676NoSpaceOnDevice4

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

Settings