equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the Qt Mobility Components. |
7 ** This file is part of the Qt Mobility Components. |
8 ** |
8 ** |
46 QT_BEGIN_NAMESPACE |
46 QT_BEGIN_NAMESPACE |
47 |
47 |
48 |
48 |
49 /*! |
49 /*! |
50 \class QMediaPlayerControl |
50 \class QMediaPlayerControl |
51 \ingroup multimedia-serv |
51 \ingroup multimedia |
52 |
52 |
53 \preliminary |
53 \preliminary |
54 \brief The QMediaPlayerControl class provides access to the media playing |
54 \brief The QMediaPlayerControl class provides access to the media playing |
55 functionality of a QMediaService. |
55 functionality of a QMediaService. |
56 |
56 |
66 code through the QMediaPlayer class. |
66 code through the QMediaPlayer class. |
67 |
67 |
68 The interface name of QMediaPlayerControl is \c com.nokia.Qt.QMediaPlayerControl/1.0 as |
68 The interface name of QMediaPlayerControl is \c com.nokia.Qt.QMediaPlayerControl/1.0 as |
69 defined in QMediaPlayerControl_iid. |
69 defined in QMediaPlayerControl_iid. |
70 |
70 |
71 \sa QMediaService::control(), QMediaPlayer |
71 \sa QMediaService::requestControl(), QMediaPlayer |
72 */ |
72 */ |
73 |
73 |
74 /*! |
74 /*! |
75 \macro QMediaPlayerControl_iid |
75 \macro QMediaPlayerControl_iid |
76 |
76 |