QPlayer()

Create a QPlayer instance, opening the specified player.

Synopsis:

#include <qplayer/qplayer.h>
 
explicit QPlayer( const QString playerName, 
                  QObject *parent = 0 );

Arguments:

playerName
The name of the player to open.
parent
A pointer to the parent QObject. This parameter links a QPlayer to a QObject (or a subtype) so the new child object gets deleted when its parent is deleted. By default, no parent is assigned.

Description:

Create a QPlayer instance, opening the player specified in playerName. This player is managed by the mm-player service and carries out the media requests sent by the client through the QPlayer object.