Music.Status Property

SFML.Net

MusicStatus Property
Current status of the music (see SoundStatus enum)

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public SoundStatus Status { get; }
Public ReadOnly Property Status As SoundStatus
	Get
public:
property SoundStatus Status {
	SoundStatus get ();
}
member Status : SoundStatus with get

Property Value

Type: SoundStatus
See Also