Method SDL.Music()->pause()

class SDL.Music

Method pause

object pause()

Description

Pauses the music playback.

It is safe to call this method when the music is already paused.

Returns

The SDL.Music object.

See also

resume(), paused()