# VideoClipPlayable

> An implementation of IPlayable that controls playback of a VideoClip.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine.Experimental.Video](/engine/6000.5/script-reference/unityengine/experimental/video.md)
* **Assembly:** UnityEngine.VideoModule
* **Implements:** [IPlayable](/engine/6000.5/script-reference/unityengine/playables/iplayable.md), [IEquatable\<VideoClipPlayable>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct VideoClipPlayable : IPlayable, IEquatable<VideoClipPlayable>
```

## Remarks

NOTE: You can use [PlayableExtensions](/engine/6000.5/script-reference/unityengine/playables/playableextensions.md) methods with VideoClipPlayable objects.

## Static Methods

| Method                                                                                               | Description                                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Create](/engine/6000.5/script-reference/unityengine/experimental/video/videoclipplayable/create.md) | Creates a [VideoClipPlayable](/engine/6000.5/script-reference/unityengine/experimental/video/videoclipplayable.md) in the [PlayableGraph](/engine/6000.5/script-reference/unityengine/playables/playablegraph.md). |
