Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


canSetTime

Whether you can change the current time using the VideoPlayer.time or VideoPlayer.frame properties. (Read Only)
Read time 1 minuteLast updated 9 days ago

Definition

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.