Sound.Stop Method

SFML.Net

SoundStop Method
Stop playing the sound. This function stops the sound if it was playing or paused, and does nothing if it was already stopped. It also resets the playing position (unlike pause()).

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Stop()
Public Sub Stop
public:
void Stop()
member Stop : unit -> unit 
See Also