canSetTime
Whether you can change the current time using the _time or _frame properties. (Read Only)
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
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.