# timeSource

> [DEPRECATED] The source used by the VideoPlayer to derive its current time.

## Definition

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

> **Warning:**
>
> **Deprecated.** VideoPlayer.timeSource is deprecated. Use timeUpdateMode instead.
>
> **Upgrade to** [VideoPlayer.timeUpdateMode](/engine/6000.5/script-reference/unityengine/video/videoplayer/timeupdatemode.md)

```csharp
public VideoTimeSource timeSource { get; set; }
```
