Enum VideoPlayer.VideoStateType
Specifies the different playback states of a video.
Namespace: Evergine.Runtimes.Video
Assembly: Evergine.Runtimes.Video.dll
Syntax
public enum VideoPlayer.VideoStateType
Fields
| Name | Description |
|---|---|
| Paused | The video playback is temporarily halted. |
| Playing | The video is actively playing. |
| Stopped | The video is not currently playing. |