Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


canSetTimeSource

[DEPRECATED] Whether you can change the time source followed by the VideoPlayer. (Read Only)
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. VideoPlayer.canSetTimeSource is deprecated. Use canSetTimeUpdateMode instead.
public bool canSetTimeSource { get; }

Remarks

Certain playback engines can only follow their own internal clock.
This value is only valid after the movie has been prepared. See VideoPlayer.Prepare.