getTrackSessionItems()

Get the media nodes of the items in a tracksession.

Synopsis:

#include <qplayer/qplayer.h>

void getTrackSessionItems( 
                    TrackSessionItemsCommand *command );

Arguments:

command
A pointer to a TrackSessionItemsCommand object that specifies the tracksession being read. A list of media nodes corresponding to the tracksession's items is then written to this object.

Description:

Get the media nodes of the items in a tracksession. The ID of the tracksession being read is specified in the TrackSessionItemsCommand object.

The media nodes corresponding to the tracksession items are stored in this same object. When your client receives the complete signal, it can call the result() function on this object to retrieve those media nodes.