SoundStream.Stop Method

SFML.Net

SoundStreamStop Method
Stop playing the audio stream. This function stops the stream 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