Table of Contents

Enum PlayState

Namespace
Stride.Media
Assembly
Stride.dll

Current state (playing, paused, or stopped) of a media.

public enum PlayState

Fields

Paused = 1

The media is currently paused.

Playing = 0

The media is currently being played.

Stopped = 2

The media is currently stopped.