trackSessionChanged()

Emitted when a tracksession was created, destroyed, or appended to.

Synopsis:

#include <qplayer/qplayer.h>

void trackSessionChanged( TrackSessionEventType type, 
                          TrackSession trackSession );

Arguments:

type
The tracksession event type.
trackSession
The updated information for the tracksession that the event applies to.

Description:

Emitted when a tracksession was created, destroyed, or appended to. The event type is stored in type, as a constant defined by the TrackSessionEventType enumeration. The object in trackSession stores information on the tracksession that the event applies to.