Enum PlayState
Specifies the state (playing, paused, or stopped) of a media.
Namespace: Evergine.Common.Media
Assembly: Evergine.Common.dll
Syntax
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. |