# canSetTime

> Whether you can change the current time using the VideoPlayer.time or VideoPlayer.frame properties. (Read Only)

## Definition

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

```csharp
public bool canSetTime { get; }
```

### Remarks

Seeking is not supported in all contexts. For example, seeking in a HTTP live stream.

This value is only valid after the movie has been prepared. See [VideoPlayer.Prepare](/engine/6000.3/script-reference/unityengine/video/videoplayer/prepare.md).
