pause()

Pause playback.

Synopsis:

#include <qplayer/qplayer.h>

void pause();

Description:

Pause playback. Calling this function changes the player status to STATUS_PAUSED but maintains the current playback position. This way, you can resume playback at the exact position where you paused it.