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
- 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.