getCurrentTrackPosition()

Get the playback position of the current track.

Synopsis:

#include <qplayer/qplayer.h>
 
void getCurrentTrackPosition( 
                    CurrentTrackPositionCommand *command );

Arguments:

command
A pointer to a CurrentTrackPositionCommand object, which will hold the current playback position.

Description:

Get the playback position of the current track. The library fills in the CurrentTrackPositionCommand object referenced in command with the current playback position. When your client receives the complete signal, it can call the result() function on this object to retrieve that position.