Enum VisionOSVideoComponent.VideoAssetState
Enum to represent the current state of a video asset being loaded on visionOS.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VisionOSVideoComponent.VideoAssetState
Fields
| Name | Description |
|---|---|
| FailedToPreroll | The video asset failed to preroll. |
| NotFound | The video clip asset was not found by visionOS. |
| Paused | The video clip asset has been paused indefinitely. |
| Playing | The video clip asset is being played. |
| Prerolled | The video asset has been prerolled and is ready to be played. |
| Stalled | The video clip asset has been stalled, usually due to network conditions. Applies only to clips playing from HTTP. |