stop()

Stop playback.

Synopsis:

#include <qplayer/qplayer.h>

void stop();

Description:

Stop playback. Calling this function changes the player status to STATUS_STOPPED and resets the playback position. When you resume playback, the currently selected track will begin playing from the start again. While playback is stopped, you can change the current track if you want to play something different when playback resumes.