---
name: VideoSampleSize
last_updated: 2026-06-30T19:15:20Z
type: enum
summary: "The size of textures produced by VideoSampler."
---

# VideoSampleSize

The size of textures produced by [VideoSampler](/docs/reference/engine/classes/VideoSampler.md).

**Type:** enum

## Description

Controls the resolution of textures produced by [VideoSampler](/docs/reference/engine/classes/VideoSampler.md). Use the
smallest resolution that meets your needs to minimize memory usage and improve
sampling performance.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Small` | 0 |  |
| `Medium` | 1 |  |
| `Large` | 2 |  |
| `Full` | 3 |  |