Reference API Roblox

Engine API

Website

Related

Reference API Roblox

VideoCapture

A child class of Capture for videos.

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]

Member index 2

HistoryMember
731FilePath: string
731TimeLength: double
inherited from Capture
731CaptureTime: DateTime
731CaptureType: CaptureType
731FilePathString: string
731LocalId: string
731SourcePlaceId: int64
731SourceUniverseId: int64
inherited from Object
731ClassName: string
731className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
731isA(className: string): bool
647Changed(property: string)

Description

A child class of Capture for videos.

History 9

Members 2

FilePath

TypeDefault
string__api_dump_failed_to_create_class__

Requires RobloxScript security; experience scripts cannot read it even when they hold the VideoCapture object. Absolute path on the user's device to the video file this capture represents: the temporary file while recording is in progress, or, after PromptSaveCapturesToGallery(), the permanent gallery location. Defaults to an empty string until a recording has produced a video file.

This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.

History 3

  • 731 Change Default of FilePath from to __api_dump_failed_to_create_class__
  • 726 Change Default of FilePath from __api_dump_failed_to_create_class__ to
  • 677 Add FilePath
Tags: [ReadOnly, NotReplicated]

TimeLength

TypeDefault
double__api_dump_failed_to_create_class__

Duration of the video capture, in seconds. Populated once recording finishes, whether via StopVideoCapture() or because the capture's time limit was reached. Defaults to 0 until recording has finished.

This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.

History 5

Tags: [ReadOnly, NotReplicated]

Settings