SFML.Net
SoundStatus Enumeration |
Enumeration of all possible sound states
Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)


Member name | Value | Description | |
---|---|---|---|
Stopped | 0 | Sound is not playing | |
Paused | 1 | Sound is paused | |
Playing | 2 | Sound is playing |
