trackPositionChanged()

Emitted when the current track's playback position was changed.

Synopsis:

#include <qplayer/qplayer.h>

void trackPositionChanged( int trackPosition );

Arguments:

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

Description:

Emitted when the current track's playback position was changed. The new playback position is stored in trackPosition.