---
url: /api/core/texture/type-aliases/LoadVideoParams.md
---
# LoadVideoParams

```ts
type LoadVideoParams = BaseTextureParams & {
  startTime?: number;
};
```

Parameters for loading a video texture.

## Type Declaration

| Name         | Type     | Description                                                        |
| ------------ | -------- | ------------------------------------------------------------------ |
| `startTime?` | `number` | Timecode in seconds from which to start the video. **Default** `0` |

## See

[BaseTextureParams](BaseTextureParams.md)
