---
name: VideoCapture
last_updated: 2026-06-11T23:11:58Z
inherits:
  - Capture
  - Object
type: class
memory_category: Instances
tags:
  - NotCreatable
  - NotReplicated
summary: "A child class of Capture for videos."
---

# Class: VideoCapture

> A child class of [Capture](/docs/reference/engine/classes/Capture.md) for videos.

## Properties

### Property: VideoCapture.FilePath

```json
{
  "type": "string",
  "access": "ReadOnly",
  "security": {
    "read": "RobloxScriptSecurity",
    "write": "RobloxScriptSecurity"
  },
  "serialization": {
    "can_load": false,
    "can_save": true
  },
  "thread_safety": "ReadSafe",
  "category": "Data",
  "capabilities": [
    "Capture"
  ]
}
```

### Property: VideoCapture.TimeLength

```json
{
  "type": "double",
  "access": "ReadWrite",
  "security": {
    "read": "None",
    "write": "None"
  },
  "serialization": {
    "can_load": false,
    "can_save": true
  },
  "thread_safety": "ReadSafe",
  "category": "Data",
  "capabilities": [
    "Capture"
  ]
}
```

## Inherited Members

### From [Capture](/docs/reference/engine/classes/Capture.md)

- **Property `CaptureTime`** (`DateTime`): 
- **Property `CaptureType`** (`CaptureType`): 
- **Property `FilePathString`** (`string`): 
- **Property `LocalId`** (`string`): 
- **Property `SourcePlaceId`** (`int64`): 
- **Property `SourceUniverseId`** (`int64`): 

### From [Object](/docs/reference/engine/classes/Object.md)

- **Property `ClassName`** (`string`): A read-only string representing the class this Object belongs to.
- **Property `className`** (`string`):  *(deprecated)*
- **Method `GetPropertyChangedSignal(property: string): RBXScriptSignal`**: Get an event that fires when a given property of the object changes.
- **Method `IsA(className: string): boolean`**: Returns true if an object's class matches or inherits from a given class.
- **Method `isA(className: string): boolean`**:  *(deprecated)*
- **Event `Changed`**: Fires immediately after a property of the object changes, with some