getCurrentTrackSessionInfo()

Get information about the active tracksession.

Synopsis:

#include <qplayer/qplayer.h>
 
void getCurrentTrackSessionInfo( 
                    TrackSessionInfoCommand *command );

Arguments:

command
A pointer to a TrackSessionInfoCommand object, which will hold information on the active tracksession.

Description:

Get information about the active tracksession. The library fills in the TrackSessionInfoCommand object referenced in command with tracksession information. When your client receives the complete signal, it can call the result() function on this object to retrieve that information.