Music.Pause Method

SFML.Net

MusicPause Method
Pause the audio stream. This function pauses the stream if it was playing, otherwise (stream already paused or stopped) it has no effect.

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