canSetTimeSource
[DEPRECATED] Whether you can change the time source followed by the VideoPlayer. (Read Only)
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
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.