seek()

Seek to a position within the current track.

Synopsis:

#include <qplayer/qplayer.h>

void seek( const int position );

Arguments:

position
The new track position (in milliseconds from the start of the track).

Description:

Seek to a position within the current track. The value in position is the number of milliseconds from the start of the track (e.g., 2500).