This version of Unity is unsupported.

VideoPlayer.canSetTime

public bool canSetTime;

Description

Whether current time can be changed using the time or timeFrames property. (Read Only)

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

This value is only valid when the movie has been prepared. See VideoPlayer.Prepare.