browse()

Browse a media source for media nodes.

Synopsis:

#include <qplayer/qplayer.h>
 
void browse( BrowseCommand *command );

Arguments:

command
A pointer to a BrowseCommand object that specifies the folder to browse and other operation parameters. This object will also hold the operation results (i.e., the media nodes found while browsing).

Description:

Browse a media source for media nodes. The underlying player browses the folder media node indicated by the BrowseCommand object.

The media nodes found during browsing are stored in this same object. When your client receives the complete signal, it can call the result() function on this object to retrieve the media node information. Note that media nodes in the results can be folders (which can contain other media nodes) or individual media files such as audio tracks, videos, or photos.