# clip

> The clip being played by the VideoPlayer.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Video](/engine/6000.6/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public VideoClip clip { get; set; }
```

### Remarks

The [VideoPlayer](/engine/6000.6/script-reference/unityengine/video/videoplayer.md) may reference both a clip and a URL at the same time. The last one that was set takes precedence. Setting this to `null` will stop any currently prepared playback.

**Note:** Not supported on WebGL. Only [VideoPlayer.url](/engine/6000.6/script-reference/unityengine/video/videoplayer/url.md) is supported on this platform.
