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 ** |
45 |
45 |
46 /*! |
46 /*! |
47 \class QVideoDeviceControl |
47 \class QVideoDeviceControl |
48 \preliminary |
48 \preliminary |
49 \brief The QVideoDeviceControl class provides an video device selector media control. |
49 \brief The QVideoDeviceControl class provides an video device selector media control. |
50 \ingroup multimedia-serv |
50 \ingroup multimedia |
51 |
51 |
52 The QVideoDeviceControl class provides descriptions of the video devices |
52 The QVideoDeviceControl class provides descriptions of the video devices |
53 available on a system and allows one to be selected as the endpoint of |
53 available on a system and allows one to be selected as the endpoint of a |
54 a media service. |
54 media service. |
55 |
55 |
56 The interface name of QVideoDeviceControl is \c com.nokia.Qt.VideoDeviceControl as |
56 The interface name of QVideoDeviceControl is \c com.nokia.Qt.VideoDeviceControl as |
57 defined in QVideoDeviceControl_iid. |
57 defined in QVideoDeviceControl_iid. |
58 */ |
58 */ |
59 |
59 |