SoundStatus Enumeration

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)
Syntax
public enum SoundStatus
Public Enumeration SoundStatus
public enum class SoundStatus
type SoundStatus
Members
  Member nameValueDescription
Stopped0Sound is not playing
Paused1Sound is paused
Playing2Sound is playing
See Also