PlayState Enum
Namespace: Stride.MediaAssembly: Stride.dll
Current state (playing, paused, or stopped) of a media.
public enum PlayState
Fields
| Name | Description |
|---|---|
| Paused | The media is currently paused. |
| Playing | The media is currently being played. |
| Stopped | The media is currently stopped. |