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.
| Memory category | Instances |
|---|
Member index 2
| History | Member | |
|---|---|---|
| 731 | FilePath: string | |
| 731 | TimeLength: double | |
| inherited from Capture | ||
| 731 | CaptureTime: DateTime | |
| 731 | CaptureType: CaptureType | |
| 731 | FilePathString: string | |
| 731 | LocalId: string | |
| 731 | SourcePlaceId: int64 | |
| 731 | SourceUniverseId: int64 | |
| inherited from Object | ||
| 731 | ClassName: string | |
| 731 | className: string | |
| 647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
| 647 | IsA(className: string): bool | |
| 731 | isA(className: string): bool | |
| 647 | Changed(property: string) | |
Description
A child class of Capture for videos.
History 9
- 731 Change Default of TimeLength from to __api_dump_failed_to_create_class__
- 731 Change Default of FilePath from to __api_dump_failed_to_create_class__
- 726 Change Default of TimeLength from __api_dump_failed_to_create_class__ to
- 726 Change Default of FilePath from __api_dump_failed_to_create_class__ to
- 684 Change WriteSecurity of TimeLength from RobloxScriptSecurity to None
- 684 Change ReadSecurity of TimeLength from RobloxScriptSecurity to None
- 677 Add FilePath
- 673 Add TimeLength
- 673 Add VideoCapture
Members 2
FilePath
| Type | Default | |
|---|---|---|
| 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.
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | ReadSafe |
| Category | Data |
| Loaded/Saved | false/true |
TimeLength
| Type | Default | |
|---|---|---|
| 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.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |
History 5
- 731 Change Default of TimeLength from to __api_dump_failed_to_create_class__
- 726 Change Default of TimeLength from __api_dump_failed_to_create_class__ to
- 684 Change WriteSecurity of TimeLength from RobloxScriptSecurity to None
- 684 Change ReadSecurity of TimeLength from RobloxScriptSecurity to None
- 673 Add TimeLength